A newer version is available. For the latest information, see the
current release documentation.
ChartItem
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
ChartItem
editChart Item
Properties
edit-
timestamp(integerasint64, 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
}
]
}