Chart Area Datasets
Last updated 15/07/2024
The context parameter passed in from the Chart Area Dataset will contain the following values regarding the chart segment that is clicked.
- actionId : The action ID of the chart
- chartAreaId : The area ID of the chart that is clicked
- dataSourceId : The data source ID of the datasource the chart segment is sourced from
- xValue : The value contained in the x axis
- yValue : The value contained in the y axis
Event | Executes | Description |
---|---|---|
On Click | Client | Executes when a chart area dataset is clicked. |