[Chartjs]-Error when creating a radar chart with chart.js version 4.2.1

3👍

You are using the esm version, you need to use the following link with the umd build: https://cdnjs.cloudflare.com/ajax/libs/Chart.js/4.2.1/chart.umd.js

Leave a comment