Skip to content

Commit

Permalink
Charts demos update
Browse files Browse the repository at this point in the history
  • Loading branch information
gvreddy04 committed Jul 27, 2023
1 parent de31891 commit b67a36b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions BlazorBootstrap.Demo/Pages/Charts/ChartsDocumentation.razor
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<SectionHeading Size="HeadingSize.H4" Text="Chart Types" PageUrl="@pageUrl" HashTagName="chart-types" />
<div class="mb-2">At this moment we are supporting four blazor chart types.</div>
<ol>
<li>Bar Chart</li>
<li>Doughnut Chart</li>
<li>Line Chart</li>
<li>Pie Chart</li>
<li><a href="/charts/bar-chart">Bar Chart</a></li>
<li><a href="/charts/doughnut-chart">Doughnut Chart</a></li>
<li><a href="/charts/line-chart">Line Chart</a></li>
<li><a href="/charts/pie-chart">Pie Chart</a></li>
</ol>

<Callout Type="CalloutType.Info">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<MetaTags PageUrl="@pageUrl" Title="@title" Description="@description" ImageUrl="@imageUrl" />

<h1>Blazor Charts</h1>
<h1>Blazor Line Chart</h1>
<div class="lead mb-3">
A Blazor Bootstrap line chart component is a graphical representation of data that uses a series of connected points to show how the data changes over time.
It is a type of x-y chart, where the x-axis represents the independent variable, such as time, and the y-axis represents the dependent variable, such as the value.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<MetaTags PageUrl="@pageUrl" Title="@title" Description="@description" ImageUrl="@imageUrl" />

<h1>Blazor Charts</h1>
<h1>Blazor Pie Chart</h1>
<div class="lead mb-3">
A Blazor Bootstrap pie chart component is a circular chart that shows the proportional values of different categories.
</div>
Expand Down

0 comments on commit b67a36b

Please sign in to comment.