PlotAreaHoverEvent
Arguments for the plotAreaHover
event.
NAME | TYPE | DEFAULT | DESCRIPTION |
---|---|---|---|
category | any | The data point category. Available only for the Categorical charts (Bar, Line, Area, and similar). | |
originalEvent | any | The original browser event that triggered the click action. | |
sender | The | ||
value | any | The data point value. Available only for the Categorical charts (Bar, Line, Area, and similar). | |
x | any | The X axis value or array of values for multi-axis charts. | |
y | any | The Y axis value or array of values for multi-axis charts. |