suffix: String

A string that appends all the labels on axisY.

Default: “”
Example: “$”,”cat”..
var  chart =  new  CanvasJS.Chart("container",
{
 .
 .
 axisY: {
  suffix: " USD",  
 },
 .
 . 
});
chart.render();

Try Editing The Code

  Also See:    


If you have any questions, please feel free to ask in our forums.Ask Question

2 Comments

If you have any questions, please feel free to ask in our forums. Ask Question