DonutSection

DonutSection
DonutSection

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

JSON Example
{
    "parts": [
        {
            "drilldown_id": "string",
            "field": "string",
            "label": {
                "condition": "string",
                "hover": false,
                "icons": [
                    {
                        "placement": "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": [
                        {
                            "placement": "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

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

string
row_list_field
Optional

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