PointDefinition

PointDefinition
PointDefinition

Defines the point of a graph.

JSON Example
{
    "drilldown_id": "string",
    "field": "string",
    "navigation": "string",
    "tooltip": [
        {
            "condition": "string",
            "heading": false,
            "text": "string"
        }
    ],
    "x_value": "string",
    "y_value": "string"
}
string
drilldown_id
Optional

Id of drilldown widget, if any. Id should be a valid id of an existing widget. A widget is considered as drilldown widget when it is associated with any other widget and provides more detailed information about any data item from the parent widget.

string
field
Required

An expression that represents the points of the graph

string
navigation
Optional

Hyperlink of the specified UI page that provides details.

array of Tooltip
tooltip
Optional

Multi-line text to be shown on tooltip while hovering over the point of a graph.

string
x_value
Required

Represents the variable for the X value of points that are plotted on the graph.

string
y_value
Required

Represents the variable for the Y value of points that are plotted on the graph.

Property Of