TooltipTemplatePoint
The point that is passed to the tooltip template.
NAME | TYPE | DEFAULT | DESCRIPTION |
---|---|---|---|
category | string | number | Date | The point category. Available only for the Categorical series. | |
categoryIndex | number | The point category index. Available only for the Categorical series. | |
dataItem | any | The point | |
high | number | The high value of the point error bar. Available for the Categorical series with error bars. | |
low | number | The low value of the point error bar. Available for the Categorical series with error bars. | |
percentage | number | The point value represented as a percentage value. Available only for the Donut, Pie, and 100% Stacked charts. | |
runningTotal | number | The sum of point values since the last | |
series | any | The point series options. | |
total | number | The sum of all previous series values. Available for the Waterfall series. | |
value | any | The point value. | |
xHigh | number | The x high value of the point error bar. Available for the Scatter series with error bars. | |
xLow | number | The x low value of the point error bar. Available for the Scatter series with error bars. | |
yHigh | number | The y low value of the point error bar. Available for the Scatter series with error bars. | |
yLow | number | The y low value of the point error bar. Available for the Scatter series with error bars. |