Set the font Weight used in Axis Labels. It can be set to one of the options below.
var chart = new CanvasJS.Chart("container", { . . axisY:{ labelFontWeight: "bold", }, . . }); chart.render();
Also See: