Axes

Axes
Axes

Represents X and Y axes of a graph. For a multi-graph, the same axes are shared by all the graphs.

JSON Example
{
    "x_label": {
        "condition": "string",
        "hover": false,
        "icons": [
            {
                "placement": "string",
                "tooltip": [
                    {
                        "condition": "string",
                        "heading": false,
                        "text": "string"
                    }
                ],
                "type": "string"
            }
        ],
        "navigation": "string",
        "text": "string"
    },
    "y_label": {
        "condition": "string",
        "hover": false,
        "icons": [
            {
                "placement": "string",
                "tooltip": [
                    {
                        "condition": "string",
                        "heading": false,
                        "text": "string"
                    }
                ],
                "type": "string"
            }
        ],
        "navigation": "string",
        "text": "string"
    }
}
x_label
Optional

Label that will be displayed for a UI element.

y_label
Optional

Label that will be displayed for a UI element.