Skip to content

Composite charts

Charts where multiple datasets interact visually, or multiple chart types share an axis.

Area chart (filled line)

Line chart with fill: true fills below the line.

area-chart-filled

Stacked bar chart

Bar chart with scales.x.stacked: true and scales.y.stacked: true.

stacked-bar-chart

Mixed chart (bar + line)

Use per-dataset type: to combine chart types. Parent type: is just the default for datasets without their own.

mixed-chart-bar-line
Edit this pageLast updated: