As suggested, I tried using toolTipFormatSettings: { prefix: “$”, decimalSeparator: “,” } for the tooltip
and formatSettings: { decimalSeparator: “,”, prefix: “$” } for the y axis.
The $ sign appears correctly before the number on both the y axis and tooltip.
However the commas do not appear on the y axis or in the tooltip.
Any ideas what the issue could be?
Thanks