Chartjs-I'm trying to use chart.js in angular to create a simple bar chart but I'm getting an error as 'legend' type doesn't exist for options

1👍

That is because you are using v2 syntax with v3, legend and title options have to be configured in the options.plugins namespace instead of in the root of the options namespace

Leave a comment