Polar Bar Chart
Display bar data in a polar coordinate system, where each bar extends radially. Great for cyclical data like days of the week or hours of the day.
Installation
dotnet add package Lumeo.Charts
One-time app setup (AddLumeo(), CSS & JS) is covered in the
installation guide.
Usage
@using Lumeo <PolarBarChart />