Skip to content

Commit

Permalink
Charts broken links fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
gvreddy04 committed Sep 19, 2023
1 parent c99d1ba commit 1750aca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/docs/05-components/charts.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,28 +37,28 @@ We will add **Bubble Chart**, **Polar Area Chart**, **Radar Chart**, **Scatter C
<br />
<a href="https://demos.blazorbootstrap.com/charts#bar-chart">See blazor bar chart demo here.</a>
<br />
<a href="/docs/data-visualization/bar-chart">See blazor bar chart full documentation here.</a>
<a href="/data-visualization/bar-chart">See blazor bar chart full documentation here.</a>

## Doughnut Chart

<img src="https://i.imgur.com/xEPhAsW.png" alt="Blazor Chart Component - Blazor Doughnut Chart" />
<br />
<a href="https://demos.blazorbootstrap.com/charts#doughnut-chart">See blazor doughnut chart demo here.</a>
<br />
<a href="/docs/data-visualization/doughnut-chart">See blazor doughnut chart full documentation here.</a>
<a href="/data-visualization/doughnut-chart">See blazor doughnut chart full documentation here.</a>

## Line Chart

<img src="https://i.imgur.com/8b7jH0D.png" alt="Blazor Chart Component - Blazor Line Chart" />
<br />
<a href="https://demos.blazorbootstrap.com/charts#line-chart">See blazor line chart demo here.</a>
<br />
<a href="/docs/data-visualization/line-chart">See blazor line chart full documentation here.</a>
<a href="/data-visualization/line-chart">See blazor line chart full documentation here.</a>

## Pie Chart

<img src="https://i.imgur.com/dDpIuzk.png" alt="Blazor Chart Component - Blazor Pie Chart" />
<br />
<a href="https://demos.blazorbootstrap.com/charts#pie-chart">See blazor pie chart demo here.</a>
<br />
<a href="/docs/data-visualization/pie-chart">See blazor pie chart full documentation here.</a>
<a href="/data-visualization/pie-chart">See blazor pie chart full documentation here.</a>

0 comments on commit 1750aca

Please sign in to comment.