DonutSection

DonutSection
DonutSection

Represents high level logical grouping of portions or segments of a donut / stats chart.

JSON Example
{
    "row_list_field": "string",
    "parts": [
        {
            "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"
                            }
                        ]
                    }
                ]
            }
        }
    ],
    "template": false
}
string
row_list_field
Optional

Field of the root of the api result set for forming parts.

array of DonutPart
parts
Required

Array of portions or parts of the donut or stats chart.

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'.