Parameter | Type | Description | Example |
---|---|---|---|
object | The data structure of the chart. | ||
title | string | The title of the chart. | my-chart |
type | string | The type of the chart. | linepro |
search | object | The query statement. | (*)| SELECT date_format(__time__ - __time__ % 60, '%H:%i:%s') as time, count(1) as count GROUP BY time ORDER BY time |
display | object | The display configuration of the chart. | |
action | object | The action. |