suffix - Adds Suffix to Axis Y Labels| CanvasJS JavaScript Charts
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: prefix valueFormatString labelFormatter
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed