KasyKasy

Bar Chart

Live preview and documentation for the Bar Chart component.

Preview

componentPreview.loading

About

An interactive bar chart: bars scaled to the largest value, with a floating tooltip on hover (desktop) or tap/drag (touch).

  • points: a list of KasyBarChartPoint (value required, label optional, shown on the axis and in the tooltip)
  • height: chart height (defaults to 124)
  • color: color of the bars and tooltip (defaults to KasyColors.primary)
  • valueFormatter: formats the value shown in the tooltip (defaults to rounding the number)

No card chrome of its own — meant to be composed inside a KasyCard, like KasyProgressBar.

Last updated on 08/23/2026

On this page