Blazor Charts

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.

Blazor Charts Example #

Chart Types #

At this moment we are supporting seven blazor chart types.
  1. Bar Chart
  2. Doughnut Chart
  3. Line Chart
  4. Pie Chart
  5. Polar Area Chart
  6. Radar Chart
  7. Scatter Chart
INFO
We will add Bubble Chart and Mixed Chart support in the subsequent versions.

Charts Setup #

Refer to the getting started guide for setting up charts.

Using charts only

If you only need chart components (without the rest of the Blazor Bootstrap UI), install the BlazorExpress.ChartJS package from NuGet.

> dotnet add package BlazorExpress.ChartJS

For setup and usage details, see the BlazorExpress.ChartJS getting started guide.