New

The executive guide to generative AI

Read more

ChartItem

edit

Chart Item

Properties

edit
timestamp (integer as int64, 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
      }
   ]
}

On this page

Was this helpful?
Feedback