yang-wei / rd3

react + d3
https://yang-wei.github.io/rd3/
MIT License
319 stars 83 forks source link

Please update the peer dep to d3 ^4.0.0 #55

Open robin-anil opened 8 years ago

skrobek commented 8 years ago

+1

ebertmi commented 8 years ago

This requires a lot of code changes as d3 v4 has a lot of breaking changes.

skrobek commented 8 years ago

I see, so would be great to update docs because npm install d3 is causing an error with versions.

yang-wei commented 8 years ago

doc update

will keep this issue open until 4.0 is support

skrobek commented 8 years ago

Thanks!

ebertmi commented 8 years ago

Maybe look at https://github.com/uber/react-vis

robin-anil commented 8 years ago

Just an update: we ripped out the library and wrote the whole thing in d3 with react-fauxdom https://github.com/Olical/react-faux-dom Gave us a lot more control and its closer to d3.