Sets the font Size of ToolTip Content in pixels.
var chart = new CanvasJS.Chart("container", { . . toolTip:{ fontSize: 30, }, . . }); chart.render();
Also See: