BPT

Donut Chart

BptChartDonut

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

Donut Chart Parameters
Current Configuration
📋
<BptChartDonut Data="@Data"
               Width="520"
               Height="380"
               ShowDataLabels="true"
               Title="Revenue by region"
               OnElementClick="HandleClick" />

@code {
private readonly IReadOnlyList<BptChartPieSlice> Data = new BptChartPieSlice[]
{
    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.