fontSize - Sets Font-Size of Chart Title | CanvasJS JavaScript Charts

fontSize: Number Sets the font Size of Chart Title in pixels. Default: Automatically Calculated based on Chart Size Example: 16,18,22 .. var chart = new CanvasJS.Chart(“container”, { . . title:{ fontSize: 30, }, . . }); chart.render(); Try Editing The Code   Also See:     fontColor fontWeight fontStyle