Hi - I am using a simple bar chart. I have the values on the x-axis and I am trying to put a % in there. I thought maybe I could ‘labelFunction’ but I can’t seem to get it to work. Do you have any ideas how I can add a percent sign?
Thanks
Hi - I am using a simple bar chart. I have the values on the x-axis and I am trying to put a % in there. I thought maybe I could ‘labelFunction’ but I can’t seem to get it to work. Do you have any ideas how I can add a percent sign?
Thanks
Hello @ahaddad,
Adding a percentage to the values in the axis can be achieved by executing the following steps:
"valueAxes"
"unit": "%"
to the nested object, as shown in the below imageI was way off. Thank you very much!!! It wasn’t as easy as this only because of how I manipulated my graph. But once I found the right place. It works!!
I’m glad to hear that you found the right place and that it works.
You are welcome!