Chart Bar
Bar charts built on unovis-vue. One ChartBar covers vertical/horizontal orientation, single or grouped series, and stacking.
Default
A single-series vertical bar chart.
Horizontal
Flip the orientation with the horizontal prop.
Multiple
Grouped bars for multiple series.
Stacked
Stack multiple series with the stacked prop.
Interactive
Toggle between series; totals update in the header.
Basic (card)
A single-series bar in a card with a header, trend badge, and grid.
Diagonal stripe pattern
Frame a bar with a diagonal stripe SVG pattern via svgDefs + barFill.
Striped and solid
Mix a stripe-filled series with a solid one using a per-key barFill map.
Dotted pattern
An elegant dotted SVG pattern fill with a matching stroke.
Dotted and solid
Compare a dotted series against a solid one.
Gradient
A soft vertical gradient fill via a linearGradient def.
Duotone gradient
A 50/50 duotone fill using a hard-stop horizontal gradient.
3D gradient
An isometric 3D bar with gradient faces, rendered by ChartBar3D.
3D isometric
A solid isometric 3D bar with shaded faces.
Animated
Bars collapse to a tick and expand on hover, surfacing the value.
Vertical (horizontal layout)
A horizontal, grouped bar chart with category labels on the left.