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"
xKeystringrequired
yKeystringrequired
valueLabelstring

Optional tooltip noun; defaults to the y column label.

Example

AckdbDashboardSqlLineViz example
{
  "type": "line",
  "xKey": "string",
  "yKey": "string",
  "valueLabel": "string"
}