Pie Chart

IsabyteChartPie

Circular pie chart with proportional wedges. Set InnerRadius > 0 to render a donut. Supports the full chart foundation — lighting, tooltips, 3D tilt (rotation X), data labels, and timeline playback.

Pie Chart Parameters
Market share
SliceValueShare
Desktop4242.0%
Mobile3131.0%
Tablet1414.0%
Console88.0%
Other55.0%
Current Configuration
📋
<IsabyteChartPie Data="@Data"
             Width="520"
             Height="380"
             ShowDataLabels="true"
             Title="Market share"
             OnElementClick="HandleClick" />

@code {
private readonly IReadOnlyList<IsabyteChartPieSlice> Data = new IsabyteChartPieSlice[]
{
    new("Desktop", 42), new("Mobile", 31), new("Tablet", 14),
    new("Console", 8),  new("Other", 5),
};
}
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.