ChartItem
editChartItem
editChart Item
Properties
edit-
timestamp
(integer
asint64
, required) - Axis X position
-
values
(array[
ChartItemValue
]
, required) - the collection of values to plot the chart item
Example
edit{ "timestamp" : 0, "values" : [ { "id" : "string", "name" : "string", "value" : 0.1 } ] }