Regsoft design system

Bar Chart

Bar charts represent data with rectangular bars. They are effective for comparing discrete categories or showing ranked data.

Basic bar chart

A simple bar chart with category labels.

Example

Markup

Source markup is unavailable in this environment. Markup extraction relies on debug_heex_annotations and the project source files, which are only present during development.

Grouped bar chart

Multiple series shown side by side for direct comparison.

Example

Markup

Source markup is unavailable in this environment. Markup extraction relies on debug_heex_annotations and the project source files, which are only present during development.

Stacked bar chart

Series stacked on top of each other to show totals and proportions.

Example

Markup

Source markup is unavailable in this environment. Markup extraction relies on debug_heex_annotations and the project source files, which are only present during development.

Bar chart with data labels

Display values directly on each bar.

Example

Markup

Source markup is unavailable in this environment. Markup extraction relies on debug_heex_annotations and the project source files, which are only present during development.