Skip to content

Commit

Permalink
Chart options to control the chart's animation #171
Browse files Browse the repository at this point in the history
  • Loading branch information
gvreddy04 committed Jul 27, 2023
1 parent 10229a0 commit de31891
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

<h1>Blazor Charts</h1>
<div class="lead mb-3">
Blazor Bootstrap charts are well-designed chart components on top of Chart.js to visualize data. It contains a rich UI gallery of charts that cater to all charting scenarios. Its high performance helps render large amounts of data quickly.
A Blazor Bootstrap pie chart component is a circular chart that shows the proportional values of different categories.
</div>

<SectionHeading Size="HeadingSize.H4" Text="Pie Chart" PageUrl="@pageUrl" HashTagName="pie-chart" />
<SectionHeading Size="HeadingSize.H4" Text="Examples" PageUrl="@pageUrl" HashTagName="Examples" />
<Demo Type="typeof(Charts_Demo_01_PieChart_Examples)" Tabs="true" />

@code {
private string pageUrl = "/charts/pie-chart";
private string title = "Blazor Charts";
private string description = "Blazor Bootstrap charts are well-designed chart components on top of Chart.js to visualize data. It contains a rich UI gallery of charts that cater to all charting scenarios. Its high performance helps render large amounts of data quickly.";
private string title = "Blazor Pie Chart";
private string description = "A Blazor Bootstrap pie chart component is a circular chart that shows the proportional values of different categories.";
private string imageUrl = "https://i.imgur.com/FGgEMp6.jpg";
}
}

0 comments on commit de31891

Please sign in to comment.