Bar
The BI workhorse: compare a measure across categories.
chart:bar View spec
{ "type": "chart:bar",
"data": { "query": "SELECT month, SUM(revenue) AS revenue\n FROM sales GROUP BY month" },
"spec": { "series": [{ "type": "bar", "barMaxWidth": 48 }] } }