'ngx-charts-bar-horizontal-normalized' is not a known element:
See original GitHub issueDescribe the bug
Im trying to get the following example to work but have been unable to do so. https://stackblitz.com/edit/swimlane-normalized-horizontal-bar-chart?embed=1&file=app/app.component.ts
I get a red squiggly line under my html with the following error. It also appears at runtime in the console
'ngx-charts-bar-horizontal-normalized' is not a known element:
1. If 'ngx-charts-bar-horizontal-normalized' is an Angular component, then verify that it is part of this module.
2. If 'ngx-charts-bar-horizontal-normalized' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.ng
To Reproduce See source code of my error here: https://github.com/sam-snarr/ngx-bug
Expected behavior I expect the app to be able to find this package.
Screenshots None Demo See code, if this is not enough I can try and make a demo
ngx-charts version “@swimlane/ngx-charts”: “^14.0.0”
Issue Analytics
- State:
- Created 3 years ago
- Comments:7
Top Results From Across the Web
error NG8001: 'ngx-charts-tree-map' is not a known element
For me, the problem was that I declared the "NgxChartsModule" module in my app.module.ts file and then tried to use it in another...
Read more >swimlane/ngx-charts - Gitter
'ng-template' is not a known element: If 'ng-template' is an Angular component, then verify that it is part of this module.
Read more >Vertical Bar Chart - ngx-charts - GitBook
Vertical Bar Chart - StackBlitz ... If left undefined, the chart will fit to the parent container size. results ... trim or not...
Read more >Swimlane Normalized Horizontal Bar Chart - StackBlitz
import { NgxChartsModule } from '@swimlane/. ngx-charts';. import { multi } from './data';. @Component({. selector: 'my-app',. templateUrl: '.
Read more >How to use ngx-charts in angular application ? - NgDevelop
We will see,. How to install ngx-charts in angular ? Create a vertical bar chart; Create a pie chart, advanced pie chart and...
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 Free
Top 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
@arid-mangoss @deepthi-shetty @alejandrorp154 guys, i have updated angular CLI to the latest version and it is now working
Hi @sam-540, I meant that when i use the code from stackblitz exactly the same way, i get the error i pasted above.