PlotAreaClickEvent
Arguments for the plotAreaClick
event.
Name | Type | Default | Description |
---|---|---|---|
category |
|
The data point category. Available only for the Categorical charts (Bar, Line, Area, and similar). | |
nativeEvent |
|
The original browser event that triggered the click action. | |
target |
|
The | |
value |
|
The data point value. Available only for the Categorical charts (Bar, Line, Area, and similar). | |
x |
|
The X axis value or array of values for multi-axis charts. | |
y |
|
The Y axis value or array of values for multi-axis charts. |