Skip to content
🚀 Rapid Application Development with the App Builder

Pie Chart

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

Query

WP Data Access - Google Charts - Pie Chart

Must contain one string or date column and one numeric column. Additional columns are not used.

ColumnType
Firststring or date
Secondnumeric

✨ Example

The first column, city, is a string. The second column, population, is numeric.

sql
select city, population
from population