score:1

If I understand your problem correctly you should access the extra data using:

return Highcharts.numberFormat(Math.round(this.series.options.QTotal*100)/100, 2) + '%';

See also this answer: Add additional data to a Highcharts series for use in formatters

And this one: Set Additional Data to highcharts series


Related Query

More Query from same tag