Skip to content

Markz878/BlazorCharts

Repository files navigation

BlazorCharts

SVG based charting library for Blazor.

Library has support for

  • Line chart
  • Scatter chart
  • Stacked bar chart
  • Pie chart

All charts work by initializing the corresponding Series-class from BlazorCharts.PlotDataModels namespace and following the constructors. Then just pass the object to the corresponding chart parameters.

All charts support hover tooltips.

You can find examples in the BlazorCharts.Client project.

Examples

Scatter chart:

scatter chart

Line chart:

line chart

Stacked bar chart:

line chart

Pie chart:

pie chart

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published