isn't a known property of 'ngx-charts-bar-vertical'
See original GitHub issueI’m submitting a … (check one with “x”)
[X] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here
Current behavior I’ve tried to reproduce a simple vertical bar based on the documentation, and I’ve got the following error in the console:
Can't bind to 'view' since it isn't a known property of 'ngx-charts-bar-vertical'.
Of course not just for ‘view’, but for all attributes of the <ngx-charts-bar-vertical> tag.
Please tell us about your environment: Ubuntu, NPM, angular-cli
-
ngx-charts version: 4.0.1
-
Angular version: 2.2.3
-
Browser: Chrome
-
Language: TS
Issue Analytics
- State:
- Created 7 years ago
- Reactions:5
- Comments:31 (6 by maintainers)
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
Hi guys, I'm new to ngx-charts. I am trying to write a function for yAxisTickFormatting but every class member variable is undefined.
Read more >@swimlane/ngx-charts - npm
Start using @swimlane/ngx-charts in your project by running `npm i @swimlane/ngx-charts`. There are 333 other projects in the npm registry ...
Read more >NGX-Graph - Introduction
ngx -graph is a graph visualization library for Angular ... npm install @swimlane/ngx-graph --save ... Property, Type, Default Value, Description ...
Read more >Can't bind to 'trimXAxisTicks' since it isn't a known property of ...
Can't bind to 'trimXAxisTicks' since it isn't a known property of 'ngx-charts-bar-vertical' · [ x] bug report - search github for a similar...
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
@GoergeBanana @pl-j @mburger81 I got around this problem by importing ‘NgxChartsModule’ in my module corresponding to the component that uses the library instead of AppModule. Not sure if I’m clear and if it’ll really works for others, but it did in my case. Good luck!
are you including NgxChartsModule in your app?