jpsimard-nyx
jpsimard-nyx
When using another plugin ([chartjs-plugin-deferred](https://github.com/chartjs/chartjs-plugin-deferred)) the script was failing with : > chartjs-plugin-labels.js:84 Uncaught TypeError: Cannot read property 'meta' of undefined at Label../node_modules/chartjs-plugin-labels/src/chartjs-plugin-labels.js.Label.renderToDataset (chartjs-plugin-labels.js:84) at Array.forEach () at Label../node_modules/chartjs-plugin-labels/src/chartjs-plugin-labels.js.Label.render (chartjs-plugin-labels.js:77)...
### Expected behavior There is a regression introduced in Chart.js v4.5.1 relating to doughnut chart animations on Firefox. The rotateAnimation appears correctly in v4.5.0 on both Chrome and Firefox. However,...