Sets the Font Weight of Legend Text.
var chart = new CanvasJS.Chart("container", { . . legend:{ fontWeight: "bold", }, . . }); chart.render();
Also See: