For the accumulation chart, how do you get the toolTip to format the y value in currency format? I have tried format: 'c0', format: formatter.format('${point.y}'), etc without success. Line chart, I can get it to format with c0 but I want grouping or separators like $345,678.
Thanks!