1👍
You can change font property like below;
var chart = new CanvasJS.Chart("container",
{
title:{
fontSize: 30,
fontColor: "red",
},
});
chart.render();
for more customizations you can check this link
- Chartjs-Chart.js is not working on my Browser
- Chartjs-How to add left/right padding in Chart.js bar chart?
Source:stackexchange.com