Blazor Donut Chart Example
This Blazor Donut Chart example visualizes the mobile browsers statistics by using doughnut series. Datalabels show information about the points.
In this example, you can see how to render and configure a doughnut chart. To create a doughnut in pie series, customize the InnerRadius property. DataLabel
are used to represent individual data and its values.
Tooltip
is enabled in this example. To see the tooltip in action, hover a point or tap on a point in touch enabled devices.
More information about the doughnut series can be found in this documentation section.