Donut Chart
A variant of the pie chart with a center cutout, which can display a summary value or label in the middle.
Installation
dotnet add package Lumeo.Charts
One-time app setup (AddLumeo(), CSS & JS) is covered in the
installation guide.
Usage
@using Lumeo <DonutChart />
Display a KPI value in the center hole — total ARR, completion percentage, or any single summary figure.
Without a center label the donut reads as a clean ring chart — the open center draws focus to the overall proportion.
A narrow ring (high inner radius) emphasises the segmentation rather than the fill area — a modern dashboard style.
Visualise operational data like ticket resolution status. The center label shows the total count at a glance.
Override the palette to match your brand and hide per-slice labels when the legend alone is sufficient.
Storage usage split across five categories. The center label shows total provisioned capacity for immediate context.