[Chartjs]-Migration chart.js with zoom plugin and moment adapter

7👍

As described in the migration guide you need to use the UMD bundle:

<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/4.1.1/chart.umd.js"></script>

Leave a comment