1👍
Another way possible is to use Scriptable options according to this jsfidlle
font: function(context) {
var width = context.chart.width;
var size = Math.round(width / 32);
return {
size: size,
weight: 600
};
}
Source:stackexchange.com