GraphDefinition

GraphDefinition
GraphDefinition

Defines a graph

JSON Example
{
    "label": {
        "condition": "string",
        "hover": false,
        "icons": [
            {
                "placement": "string",
                "tooltip": [
                    {
                        "condition": "string",
                        "heading": false,
                        "text": "string"
                    }
                ],
                "type": "string"
            }
        ],
        "navigation": "string",
        "text": "string"
    },
    "point_definition": {
        "drilldown_id": "string",
        "field": "string",
        "navigation": "string",
        "tooltip": [
            {
                "condition": "string",
                "heading": false,
                "text": "string"
            }
        ],
        "x_value": "string",
        "y_value": "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"
                }
            ]
        }
    ]
}
label
Optional

Label that will be displayed for a UI element.

point_definition
Required

Defines the point of a graph.

render_configuration
Optional

Additional rendering or conditional evaluation of the field values to be performed, if any.