[Chartjs]-Ng2-charts and chart.js Error 0x80004005 (NS_ERROR_FAILURE) computeLabelSizes only in Firefox

5👍

This is a bug in Firefox itself.

There was a bug report about this in chart.js that let to a bug report in ionic which let to a bug report in Firefox itself.

So you will need to wait until Firefox makes a fix for this or not use ionic on the page where you render your chart

https://github.com/chartjs/Chart.js/issues/10720

https://github.com/ionic-team/ionic-framework/issues/26039

https://bugzilla.mozilla.org/show_bug.cgi?id=1792860

Leave a comment