Appearance
Pie Chart
A circular chart divided into slices, where each slice represents a proportion of the whole.
Query

Must contain one string or date column and one numeric column. Additional columns are not used.
| Column | Type |
|---|---|
| First | string or date |
| Second | numeric |
✨ Example
The first column,
city, is a string. The second column,population, is numeric.
sql
select city, population
from population