I want the total value for my solid gauge graph to be represented as number with comma. But I am getting the number without any commas. I tried
Highcharts.setOptions({
lang: {
thousandsSep: ','
}
});
But this didnt worked with solid gauge graph.
![enter image description here]()
I want the big number to be formated.
Please Help.