Chartjs-Options won't load in chart.js

0👍

That is because you are using V2 syntax in V3.

the legend and tooltip config have been moved to the options.plugins.legend and options.plugins.tooltip namespace, the scales are not arrays anymore all scales are their own object.

For all the changes and detailed explanation you can read the migration guide

Leave a comment