Open Lizard-King101 opened 3 years ago
Seems like a versioning issue that's very recent. I fixed it by using the following versions:
npm install chart.js@2.9.4 --save npm install @types/chart.js@2.9.31
I picked these versions as I successfully used them about 4 weeks ago on another project.
Chart namespace is not a type causing the issue with the example to not work.