我正在使用此代码显示共享工具提示:
tooltip: {
crosshairs: true,
shared: true,
headerFormat: 'KW {point.key}<table>',
pointFormat: '<tr><td style=\"color: {series.color}\">{series.name}: <b></td><td>{point.y} USD</b></td></tr>',
useHTML: true,
footerFormat: '</table>',
valueDecimals: 2
},
现在我喜欢将所有 point.y 值添加为该点的总值。但是我如何循环每个系列的 point.y 来计算总值?