chartjs / chartjs-plugin-annotation

Annotation plugin for Chart.js
MIT License
606 stars 328 forks source link

Typescript error in node_modules #785

Closed PepeWarrior69 closed 2 years ago

PepeWarrior69 commented 2 years ago

I have an error in annotation plugin, what should I do to avoid this?

typeError_chartjs-annotations

tsconfig: image

deps: "chart.js": "^3.9.1", "chartjs-adapter-moment": "^1.0.0", "chartjs-plugin-annotation": "^2.0.0", "chartjs-plugin-zoom": "^1.1.1", "react-chartjs-2": "^4.3.1", "typescript": "^3.9.10",

After updating typescript to "4.7.4" I got the same error