InlineGraphConfiguration1

InlineGraphConfiguration1
InlineGraphConfiguration1
JSON Example
{
    "axes": {
        "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"
            }
        ]
    },
    "display_x_value": false,
    "graphs": [
        "GraphDefinition Object"
    ],
    "graphs_colors": [
        "string"
    ],
    "line_chart_plot_configs": [
        "LineChartPlotConfiguration Object"
    ],
    "navigation": "string",
    "sub_type": "string",
    "x_value_type": "string",
    "y_value_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
Constraints: minItems: 1

Graphs

array of string
graphs_colors
Optional

An array of graphs colors which will be applied to each graph seperately. if number of provided colors are smaller than number of graph in the widget then colors are applied in circular manner.

line_chart_plot_configs
Optional

List of line chart plotting configuration. This plotting configuration will be applicable for the LINE_GRAPH only.

string
navigation
Optional

Hyperlink of the specified UI page that provides details.

string
sub_type
Optional
Constraints: default: BAR_GRAPH

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,
string
x_value_type
Optional
Constraints: default: string

x value type.

Possible values are : string, number, date, millisecond, second,
string
y_value_type
Optional

y value type.

Possible values are : integer, double,