question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

isn't a known property of 'ngx-charts-bar-vertical'

See original GitHub issue

I’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:closed
  • Created 7 years ago
  • Reactions:5
  • Comments:31 (6 by maintainers)

github_iconTop GitHub Comments

16reactions
sharath1608commented, Jun 13, 2017

@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!

4reactions
marjan-georgievcommented, Jan 30, 2017

are you including NgxChartsModule in your app?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found