markus1978 / d3ng

Interactive charts and visualization for Angular 2 based on D3.js
MIT License
4 stars 1 forks source link

Support for D3js v4? #1

Open ghost opened 6 years ago

ghost commented 6 years ago

Hello!

I was looking at this library and I think it's great! However, as far as I can see it only has support for D3 v3, right? Is it possible to use it for D3 v4?

Thank you very much, Vanessa

markus1978 commented 6 years ago

I am sorry to say, but I think that wont work right of the box.

Yes, d3ng is currently build on top of D3v3. You can either make a fork and port it to D3v4 or find a way to use D3v3 and D3v4 within the same angular app.

I currently have not planned to port the library to D3v4, as I am not currently working on it. Sorry, again.

ghost commented 6 years ago

Thank you very much for your reply! I understand that you won't continue with this, so don't worry :)

Cheers, Vanessa