BarSeries
Try the live demoimport { BarSeries } from '@wick-charts/react'; <BarSeries data={data} />Renders bar/column layers. Supports stacked, percent-stacked, and overlapping modes via options.stacking. Bar width is computed from the data interval; tweak options.barWidthRatio if your bars look too tight or too sparse.
Renders bar/column layers. Supports stacked, percent-stacked, and overlapping modes via options.stacking. Bar width is computed from the data interval; tweak options.barWidthRatio if your bars look too tight or too sparse.