DonutSection
DonutSection
Represents high level logical grouping of portions or segments of a donut / stats chart.
JSON Example
{
"parts": [
{
"condition": "string",
"drilldown_id": "string",
"field": "string",
"hide_empty_legend": false,
"label": {
"condition": "string",
"hover": false,
"icons": [
{
"color": "string",
"placement": "string",
"size": "number",
"size_unit": "string",
"tooltip": [
{
"condition": "string",
"heading": false,
"text": "string"
}
],
"type": "string"
}
],
"navigation": "string",
"text": "string"
},
"navigation": "string",
"render_configuration": [
{
"color": "string",
"condition": "string",
"display_value": "string",
"icons": [
{
"color": "string",
"placement": "string",
"size": "number",
"size_unit": "string",
"tooltip": [
{
"condition": "string",
"heading": false,
"text": "string"
}
],
"type": "string"
}
],
"tooltip": [
{
"condition": "string",
"heading": false,
"text": "string"
}
]
}
],
"tooltip": [
{
"condition": "string",
"heading": false,
"text": "string"
}
]
}
],
"row_list_field": "string",
"template": false
}
array of
DonutPart
parts
Required
Constraints:
minItems: 1
Array of portions or parts of the donut or stats chart.
string
row_list_field
Optional
Constraints:
maxLength: 1024
Field of the root of the api result set for forming parts.
boolean
template
Optional
If true, the section will be appled as template for forming parts. Only one part will be formed from each element of 'row_list_field'.