[Enhancement]: Support for Angular 14+ for @carbon/charts-angular
See original GitHub issueContact Details
nstuyvesant@gmail.com
Summary
Saw that a recent release of @carbon/charts-angular added support for Angular 13. Would it be possible to adjust it to support Angular 14 (now 14.1.0)? In my experience, there are very few breaking changes moving from Angular 13 to 14. I have been using Carbon Charts with Angular 14 for some time with no changes.
Justification
Would like to be able to use npm install
. Carbon Charts Angular is the only package that forces us to use npm install --force
.
Desired UX and success metrics
No changes to UX - just an improvement around tooling.
“Must have” functionality
Be able to run npm install
when my project has a dependency on @carbon/charts-angular.
Specific timeline issues / requests
Should be possible without changes so I recommend this going into a minor release.
Available extra resources
I don’t foresee any changes other than to the package.json.
Issue Analytics
- State:
- Created a year ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
@carbon/charts-angular - npm
Carbon charting components for Angular. Latest version: 1.6.2, last published: 12 days ago. Start using @carbon/charts-angular in your ...
Read more >carbon-components-angular - Storybook
Support. For general usage questions, or other discussions visit our Github Discussions; For things that are broken or need enhancement, open an issue;...
Read more >@carbon/charts | Yarn - Package Manager
This version relies on Carbon v11. If you're using Carbon v10, see the legacy demo site. @carbon/charts. Carbon Charting components ...
Read more >Chart js with Angular 12,11 ng2-charts Tutorial with Line, Bar ...
We can easily create simple to advanced charts with static or dynamic data. They provide flexible configuration support to customize charts ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
OK - will take a look tomorrow to see what I can do. Thanks for this info.
@theiliad - Is there a document that describes the overall approach for contributing (and testing)? Just cloned the repo and am running build for all of carbon-charts 1.5.1. Mainly, I’d like to focus on the Angular stuff a bit to see if we can get it to support Angular 14.1.x. For the entire 1.5.1 project on my Mac Book,
yarn build
never completes (but doesn’t error). It stalls out after…