Charts block
A multi-chart panel — 14 chart types from bar / line / pie to scatter, radar, treemap and funnel. Up to 3 charts per panel.
What is the Charts block?
The Charts block renders 1 to 3 chart panels in a row. It supports 14 chart types — vertical bar, horizontal bar, line, area, pie, doughnut, breakdown, radar, scatter, bubble, funnel, treemap, connected-dots and positive/negative.
The data shape is the same regardless of chart type: a series array where series[0] is always the category labels and series[1..N] are the data series. Counts vary by type — pie / doughnut / breakdown / funnel / positive-negative need exactly 2 series; bubble / scatter / treemap / connected-dots need exactly 3; bar / line / area / radar accept 2 or more for grouped layouts.
Layouts: "1 large", "1 medium" or "1 small" for a single chart, "2 charts" for side-by-side, or "3 charts" for a row of three.
Hover over any example for the "How to set this up" button.
Total
9570