Sets the font Size of Chart Title in pixels.
var chart = new CanvasJS.Chart("container", { . . title:{ fontSize: 30, }, . . }); chart.render();
Also See:
Comments 2
Server Side Technologies |
Front End Technologies |
Contact |
|
---|---|---|---|
ASP.NET MVC Charts | JavaScript Charts | FAQs | |
PHP Charts | jQuery Charts | Sales Enquiries | |
Spring MVC Charts | React Charts | Support Forum | |
JSP Charts | Angular Charts | Careers | |
JavaScript StockCharts | |||
Privacy Policy © fenopix
This does not work on Edge
We checked and observed that fontSize is working fine across all browsers including Edge. Here is the screenshot with fontSize set to 30.