JavaScript/jQuery Chart - StackedPointInfo
Series point data included in stacked series.
import { StackedPointInfo } from "devextreme/viz/chart"
Type:
Points within the following series contain data included in this type:
percentText
The point value's relation to the chart total as a percentage (between 0% and 100%).
Type:
point
Point instance of the hovered/pressed series point.
Type:
any
Use this object to call point methods or access the point fields.
points
An array of Point instances within the hovered/pressed series.
Type:
This array is returned in the tooltip.contentTemplate argument when shared is true.
totalText
Total formatted value of points at the same argument as the hovered/pressed point (after format has been applied).
Type:
Feedback