このコードを使用して共有ツールチップを表示しています:
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 をループして合計値を計算するにはどうすればよいですか?