Bar Chart
Compare discrete categories side-by-side. Ideal for monthly comparisons, ranking, or showing multiple series over the same categories.
Installation
dotnet add package Lumeo.Charts
One-time app setup (AddLumeo(), CSS & JS) is covered in the
installation guide.
Usage
@using Lumeo <BarChart />
Side-by-side grouped bars comparing this year's revenue against last year across twelve months.
Stack two product lines to show combined monthly revenue and relative contribution of each.
Horizontal orientation works well for ranking category labels that are too long to fit on a vertical axis.
Combine horizontal layout with stacking to show part-to-whole breakdowns across departments.
Display the exact value on top of each bar — useful for presentations where reading specific numbers matters.
Override the default palette with brand colors and enable the DataZoom slider to scroll through a dense dataset.
Drag the slider to change the number of categories and watch Smart rotate labels as the axis gets crowded.