I'm working on migration of Angular 14 project to Angular 17. One of the main obstacles is that the app has some ng2 charts that are version 2 which is not compatible with newer versions of Angular. Are there any workarounds? The charts will probably be removed within the next year and we really don't want to spend time on migrating them to a more recent version (from what I see, it's a lot of work).
This is what is currently in package.json:
"chart.js": "^2.9.3",
"ng2-charts": "^2.4.2",
"ng2-validation": "4.2.0"