Chartjs-Cannot read properties of null (reading 'transition'). What does it mean?

1👍

This error seems similar to the one described in this GitHub issue: https://github.com/chartjs/Chart.js/issues/5149 It sounds like it could be caused due to the fact that the chart is immediately loaded with data, but there are a couple of solutions in the comments on that issue.

Leave a comment