SeriesClickEvent
Arguments for the seriesClick
event.
NAME | TYPE | DEFAULT | DESCRIPTION |
---|---|---|---|
category | any | The data point category. | |
dataItem | any | The original data item. | |
originalEvent | any | The original user event that triggered the drag action. | |
percentage | number | The point value represented as a percentage value. Available only for the Donut, Pie, and 100% stacked charts. | |
point | The clicked series point. | ||
sender | The | ||
series | The clicked point series options. | ||
stackValue | number | The cumulative point value on the stack. Available only for the stackable series. | |
value | any | The data point value. |