fontSize: Number

Sets the font Size of ToolTip Content in pixels.

Default: 14
Example: 16,18,22 ..
var  chart =  new  CanvasJS.Chart("container",
{
 .
 .
toolTip:{
  fontSize: 30,
 },

 .
 .
});
chart.render();

Try Editing The Code

  Also See:    


If you have any questions, please feel free to ask in our forums.Ask Question