Blazor Pie with Various Radius Chart Example.
This sample compares countries by population density and total area using varying radius values in a pie series, providing visual differentiation through size variation.
In this example, you can see how to render a doughnut chart with different radius values for each segment. Use the Radius mapping property to dynamically assign different sizes to segments based on your data. DataLabel is used to represent individual data points and their values.
Tooltip is enabled in this example. To see tooltip details, hover over or tap on a data point on touch-enabled devices.
More information about the pie series can be found in this documentation section.