Donut Chart

IsabyteChartDonut

Donut chart — a pie with a hollow centre. Default inner radius is 0.6. Same parameter surface as IsabyteChartPie, including 3D tilt, lighting, tooltips, data labels, and timeline playback.

Donut Chart Parameters
Revenue by region
SliceValueShare
Europe3838.0%
North America2929.0%
Asia2222.0%
Other1111.0%
Current Configuration
📋
<IsabyteChartDonut Data="@Data"
               Width="520"
               Height="380"
               ShowDataLabels="true"
               Title="Revenue by region"
               OnElementClick="HandleClick" />

@code {
private readonly IReadOnlyList<IsabyteChartPieSlice> Data = new IsabyteChartPieSlice[]
{
    new("Europe", 38), new("North America", 29),
    new("Asia", 22), new("Other", 11),
};
}
An unhandled error has occurred. Reload 🗙

Rejoining the server...

Rejoin failed... trying again in seconds.

Failed to rejoin.
Please retry or reload the page.

The session has been paused by the server.

Failed to resume the session.
Please reload the page.