AckdbDashboardSqlCategoryViz
Render SQL rows as horizontal bars or a pie. `labelKey` names any declared column; `valueKey` must name a number/currency column. topN defaults to all returned rows; `othersBucket` combines the remainder.
Properties
typestringrequired"bar""pie"labelKeystringrequiredvalueKeystringrequiredtopNintegermin 1 · max 50othersBucketbooleandefault falseExample
AckdbDashboardSqlCategoryViz example
{
"type": "bar",
"labelKey": "string",
"valueKey": "string",
"topN": 0,
"othersBucket": false
}