experience-experiments / react-easy-chart

[DEPRECATED] - Easy to use React Charting library
http://experience-experiments.github.io/react-easy-chart
BSD 3-Clause "New" or "Revised" License
142 stars 55 forks source link

Use the new version of d3 v5.4.0 #129

Open vasil-yordanov opened 6 years ago

vasil-yordanov commented 6 years ago

There is quite a lot of issues with the previous version of d3 4.12.0, because it was using d3-request. If we use react-easy-chart in react application with Create React App, the application compilation fails with error described here: https://nathanshane.me/blog/squashing-gatsby-webpack-d3-bug/ Since I don't want to eject my app, that is why I was forced to fork this project and propose this pull request