admin管理员组

文章数量:1390812

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"

本文标签: chartjsMigration to Angular v17 with ng2 charts v2Stack Overflow