Skip to main content

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.

Example

Blazor Chart Component - Blazor Bar Chart Example
Blazor Chart Component - Blazor Line Chart Example
See blazor chart demo here.

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.

Bar Chart

Blazor Chart Component - Blazor Bar Chart
See blazor bar chart demo here.
See blazor bar chart full documentation here.

Doughnut Chart

Blazor Chart Component - Blazor Doughnut Chart
See blazor doughnut chart demo here.
See blazor doughnut chart full documentation here.

Line Chart

Blazor Chart Component - Blazor Line Chart
See blazor line chart demo here.
See blazor line chart full documentation here.

Pie Chart

Blazor Chart Component - Blazor Pie Chart
See blazor pie chart demo here.
See blazor pie chart full documentation here.

Polar Area Chart

Blazor Chart Component - Blazor Polar Area Chart
See blazor polar area chart demo here.
See blazor polar area chart full documentation here.

Radar Chart

Blazor Chart Component - Blazor Radar Chart
See blazor radar chart demo here.
See blazor radar chart full documentation here.

Scatter Chart

Blazor Chart Component - Blazor Scatter Chart
See blazor scatter chart demo here.
See blazor scatter chart full documentation here.