Sets the Font Family of ToolTip Content.
var chart = new CanvasJS.Chart("container", { . . toolTip:{ fontFamily: "tahoma", }, . . }); chart.render();
Also See: