ChartDefinition
ChartDefinition
Represents a simple report chart response
JSON Example
{
"_links": {
"_links": {
"href": "string",
"params": {}
}
},
"labels": [
"string"
],
"values": [
"string"
]
}
object
_links
Optional
_links
array of
string
labels
Required
The labels for each data point
array of
string
values
Optional
The data points for the chart, array position matches label position