Home Forums Chart Support Percentage In Y Reply To: Percentage In Y

#26179

@tabibintang,

You can format the y-axis label by adding “%” to the valueFormatString of axisY. Please refer to the below code snippet.

axisY:{
    valueFormatString:"0'%'"
},

Also, kindly take a look at this JSFiddle for an example.

formatting axisY labels using valueFormatString

__________
Indranil Deo
Team CanvasJS