Sets the font weight of crosshair’s label.
var chart = new CanvasJS.Chart("container", { . . axisY:{ crosshair:{ enabled: true, labelFontWeight: "bold", . . }, }, . . }); chart.render();
Also See: