In boost, the point is stripped down with most of its options, e.g. point.percentage: https://jsfiddle.net/BlackLabel/tkwrgL24/

Feature description: add point.percentage value to a stacked boosted point so it's available in a tooltip.
PoC: based on quite old v7.2.1, but I hope it will be similar in v10+
https://jsfiddle.net/BlackLabel/swm47ebd/
TO DO:
- add
point.percentage = boostPoint.percentage; in the getPoint method
- add
percentage: percentage in the addKDPoint method (and its parameters)
You can vote for this feature by adding a thumbs-up reaction to this post.
In boost, the point is stripped down with most of its options, e.g.

point.percentage: https://jsfiddle.net/BlackLabel/tkwrgL24/Feature description: add
point.percentagevalue to a stacked boosted point so it's available in a tooltip.PoC: based on quite old v7.2.1, but I hope it will be similar in v10+
https://jsfiddle.net/BlackLabel/swm47ebd/
TO DO:
point.percentage = boostPoint.percentage;in thegetPointmethodpercentage: percentagein theaddKDPointmethod (and its parameters)You can vote for this feature by adding a thumbs-up reaction to this post.