You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks for creating this wonderful piece of software.
I am fairly new to React and I was trying to get your example working with the following steps:
npm install react-d3-graph
add Graph tag and call backs into a component.
After this I did get several error message that it was missing d3-drag, etc etc.
After a while I thought maybe I should install d3 (npm install d3), this action did the trick. Maybe you could add this to the readme? So it is more noob friendly?
Kind regards,
Jeroen
The text was updated successfully, but these errors were encountered:
Hi there @M1sterPl0w! Thanks a lot for the input, that's right you need to install d3 and react yourself as they are peer-dependencies. This might not be very clear, I will update the README.md with this information.
danielcaldas
added
enhancement
improving existent functionality or performance related
documentation
add documentation to the repository or the the code base
and removed
enhancement
improving existent functionality or performance related
labels
Apr 6, 2019
Hi,
First of all, thanks for creating this wonderful piece of software.
I am fairly new to React and I was trying to get your example working with the following steps:
After this I did get several error message that it was missing d3-drag, etc etc.
After a while I thought maybe I should install d3 (npm install d3), this action did the trick. Maybe you could add this to the readme? So it is more noob friendly?
Kind regards,
Jeroen
The text was updated successfully, but these errors were encountered: