ChartItemsedit

A collection of ChartItems

Propertiesedit

data (array[ChartItem], required)
The list of chart item

Exampleedit

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