Charts

A collection of chart components built on top of ApexCharts. These preconfigured charts are ready to use and designed for various types of data visualization.

Line Chart - Simple

Simple line chart example.

Line Chart - Linear

Linear line chart example — straight segments instead of a smooth curve.

Area Chart - Simple

Simple area chart with a flat fill.

Area Chart - Stack

Stacked areas show each series' contribution to the total.

Area Chart - Gradiant

A vertical gradient fill fading toward the axis.

Area Chart - Advance Gradiant

Two gradient-filled series layered together.

Bar Chart - Simple

Simple vertical column chart.

Bar Chart - Horizontal

Set `horizontal: true` to lay the bars sideways.

Bar Chart - Multiple

Grouped columns compare two series side by side.

Bar Chart - Stack

Stacked columns show composition per category.

Pie Chart - Simple

Simple pie chart with a legend below.

Pie Chart - Donut

A donut is a pie with the centre cut out.

Pie Chart - Donut with Content

The donut centre can display a running total.

Radar Chart - Simple

Radar chart for comparing values across categories.

Radar Chart - Multiple

Two overlaid series on one radar.

Cohort Chart

Retention by signup week, rendered as a heatmap — ApexCharts' equivalent of a cohort grid.

Color

The full categorical palette. All six colours clear 3:1 contrast against the surface in both themes.

Custom Tooltip

A `tooltip.custom` function returns raw HTML, so the tooltip can carry any markup.

Custom & Compose

Mixed series types on shared axes: columns, a smooth line, and a dashed target.