AckdbDashboardSqlLineViz
Render ordered SQL rows as a line chart. `xKey` names a declared date/string/number column; `yKey` names a declared number/currency column. Row order is the query order.
Properties
typestringrequired"line"xKeystringrequiredyKeystringrequiredvalueLabelstringOptional tooltip noun; defaults to the y column label.
Example
AckdbDashboardSqlLineViz example
{
"type": "line",
"xKey": "string",
"yKey": "string",
"valueLabel": "string"
}