Pie Chart
Show proportional distribution across categories. Best used with 5 or fewer slices to keep it readable.
Installation
dotnet add package Lumeo.Charts
One-time app setup (AddLumeo(), CSS & JS) is covered in the
installation guide.
Usage
@using Lumeo <PieChart />
Default pie with external labels showing slice name and percentage. Ideal for revenue mix or market share breakdowns.
Hide slice labels and rely on the legend for a cleaner look when slices are too narrow to label clearly.
Override the default colors with brand or semantic colors to match your application's visual identity.
Remove the legend entirely for an ultra-minimal chart when categories are self-explanatory from surrounding context.