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": [
            {
                "color": "string",
                "placement": "string",
                "size": "number",
                "size_unit": "string",
                "tooltip": [
                    {
                        "condition": "string",
                        "heading": false,
                        "text": "string"
                    }
                ],
                "type": "string"
            }
        ],
        "navigation": "string",
        "text": "string"
    },
    "x_labels": [
        {
            "condition": "string",
            "hover": false,
            "icons": [
                {
                    "color": "string",
                    "placement": "string",
                    "size": "number",
                    "size_unit": "string",
                    "tooltip": [
                        {
                            "condition": "string",
                            "heading": false,
                            "text": "string"
                        }
                    ],
                    "type": "string"
                }
            ],
            "navigation": "string",
            "text": "string"
        }
    ],
    "y_axis_unit_labels": [
        {
            "condition": "string",
            "hover": false,
            "icons": [
                {
                    "color": "string",
                    "placement": "string",
                    "size": "number",
                    "size_unit": "string",
                    "tooltip": [
                        {
                            "condition": "string",
                            "heading": false,
                            "text": "string"
                        }
                    ],
                    "type": "string"
                }
            ],
            "navigation": "string",
            "text": "string"
        }
    ],
    "y_axis_units": [
        {
            "condition": "string",
            "unit": "string"
        }
    ],
    "y_label": {
        "condition": "string",
        "hover": false,
        "icons": [
            {
                "color": "string",
                "placement": "string",
                "size": "number",
                "size_unit": "string",
                "tooltip": [
                    {
                        "condition": "string",
                        "heading": false,
                        "text": "string"
                    }
                ],
                "type": "string"
            }
        ],
        "navigation": "string",
        "text": "string"
    },
    "y_labels": [
        {
            "condition": "string",
            "hover": false,
            "icons": [
                {
                    "color": "string",
                    "placement": "string",
                    "size": "number",
                    "size_unit": "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.

array of Label
x_labels
Optional
Constraints: minItems: 0

A list of X-Axis Labels with condition support. If needed, this property can be used to provide a list of x-axis label with condition support. For a label with single condition,'x-label' property can be used.

array of Label
y_axis_unit_labels
Optional
Constraints: minItems: 0

A list of Y-Axis unit Labels with condition support. If needed, this property can be used to provide a list of y-axis unit label with condition support. This unit label can be used to display the point value along with units like percentage, milliseconds etc.

array of AxisUnit
y_axis_units
Optional
Constraints: minItems: 0

A list of Y-Axis unit with condition support. If needed, this property can be used to provide a list of y-axis unit with condition support. This unit could be like percentage, seconds, milliseconds etc.

y_label
Optional

Label that will be displayed for a UI element.

array of Label
y_labels
Optional
Constraints: minItems: 0

A list of Y-Axis Labels with condition support. If needed, this property can be used to provide a list of y-axis label with condition support. For a label with single condition,'y-label' property can be used.