InlineGraphConfiguration1

InlineGraphConfiguration1
InlineGraphConfiguration1
JSON Example
{
    "axes": {
        "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"
        }
    },
    "display_x_value": false,
    "graphs": [
        {
            "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"
                        }
                    ]
                }
            ]
        }
    ],
    "navigation": "string",
    "sub_type": "string"
}
axes
Optional

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

boolean
display_x_value
Optional

If true, value of a point is shown as label on X axis. If false, value of point is not shown as label on X axis. false can be useful in situations where there are too many points and showing the X value as label can clutter the X axis.

graphs
Required

Graphs

string
navigation
Optional

Hyperlink of the specified UI page that provides details.

string
sub_type
Optional

Describes the the type of graph. LINE_GRAPH shows a line graph chart BAR_GRAPH shows a simple bar graph chart STACKED_BAR_GRAPH shows a stacked bar graph chart

Possible values are : LINE_GRAPH, BAR_GRAPH, STACKED_BAR_GRAPH,