ChartItemedit

Chart Item

Propertiesedit

timestamp (integer as int64, required)
Axis X position
values (array[ChartItemValue], required)
the collection of values to plot the chart item

Exampleedit

{
   "timestamp" : 0,
   "values" : [
      {
         "id" : "string",
         "name" : "string",
         "value" : 0.1
      }
   ]
}