Monthly Revenue
Revenue (USD)
Multi-color Bars
Category Breakdown
Usage
@display.BarChart(display.BarChartProps{
Title: "Monthly Revenue",
Height: 200, // SVG height in px (default 200)
Points: []display.BarChartPoint{
{Label: "Jan", Value: 4200, Color: "fill-brand-400"},
{Label: "Feb", Value: 5800, Color: "fill-green-400"},
},
})