How can we help?

Pie Chart

Show proportions with a donut-style pie chart

Renders a donut-style chart for showing proportions.

SQL Shape

First column = labels, second column = numeric values. Extra columns are ignored.

SQL
SELECT region, SUM(revenue) AS total
FROM sales
GROUP BY region

Options

OptionDescription
ColorBase color (shades are auto-generated for each slice)

When a color is set, the chart generates a gradient of shades from full intensity down to 35% lightness. Without a color, the default 5-color palette is used.