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
版权声明:本文标题:chart.js - Migration to Angular v17 with ng2 charts v2 - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744750967a2623174.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论