Skip to content
🚀 Rapid Application Development with the App Builder

Gauge

A dial-type chart that displays a single value within a defined quantitative range, often showing performance against a goal.

Query

WP Data Access - Google Charts - Gauge

Must contain one string or date column and one numeric column. Draws a gauge for each row and additional gauges for each added column.

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

💡 Keep the number of selected rows and columns low (less data = more readability).