DonutPart
DonutPart
Represents an entity or portion to be plotted on a donut or stats chart.
JSON Example
{
"field": "string",
"render_configuration": [
{
"color": "string",
"condition": "string",
"display_value": "string",
"tooltip": [
{
"text": "string",
"condition": "string"
}
],
"icons": [
{
"placement": "string",
"type": "string",
"tooltip": [
{
"text": "string",
"condition": "string"
}
]
}
]
}
],
"tooltip": [
{
"text": "string",
"condition": "string"
}
],
"label": {
"text": "string",
"hover": false,
"navigation": "string",
"condition": "string",
"icons": [
{
"placement": "string",
"type": "string",
"tooltip": [
{
"text": "string",
"condition": "string"
}
]
}
]
}
}
string
field
Required
A numerical value that represents the portion or entity of the donut or stats chart.
array of RenderConfiguration
render_configuration
Optional
Additional rendering or conditional evaluation of the field values to be performed, if any.
array of Tooltip
tooltip
Optional
Multi-line text to be shown on tooltip while hovering over the portion.