PlotAreaHoverEvent
Arguments for the plotAreaHover
event.
category
any
The data point category. Available only for the Categorical charts (Bar, Line, Area, and similar).
nativeEvent
any
The original browser event that triggered the click action.
target
Charts
The Chart
component that triggered the event.
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.