BarChart
DataMonthly comparison bars for revenue or usage with value labels and category axis.
Rendering preview
<section class="bc-card" aria-labelledby="bcTitle"> <header class="bc-head"> <div class="bc-heading"> <h2 id="bcTitle" class="bc-title">Revenue by month</h2> <p class="bc-subtitle">USD (thousands)</p> </div> <span class="bc-meta">Q1-Q2 2026</span> </header> <div class="bc-grid"> <ul class="bc-y" id="bcYAxis" aria-hidden="true"> <li>$0</li> </ul> <div class="bc-plot" id="bcPlot" role="img" aria-label=""></div> </div></section>