PointDefinition
Defines the point of a graph.
{
"drilldown_id": "string",
"field": "string",
"navigation": "string",
"tooltip": [
{
"condition": "string",
"heading": false,
"text": "string"
}
],
"x_value": "string",
"y_value": "string"
}
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.
An expression that represents the points of the graph
Hyperlink of the specified UI page that provides details.
Multi-line text to be shown on tooltip while hovering over the point of a graph.
Represents the variable for the X value of points that are plotted on the graph.
Represents the variable for the Y value of points that are plotted on the graph.