Hello everyone,
I’m trying to format the labels on the yAxis as %, but with no success until now. I used the following:
"format": "{value}%" // don't work
"format": "{point.y}%" // don't work
"format": "{point.percentage:,.1f}%" // don't work
formatting the labels of the series works fine with {point.percentage:,.1f}%
I looked at this thread:
and the screenshot below makes me think that it is possible
any idea ?
Thanks in advance!
Ulas
2
You can use this setting now that handles both the data label and the label.
hello @Ulas ,
this is correct! thanks a lot.
Weirdly I had to reload the whole page after saving the template though.