bgrsquared / d3-react-squared

Lightweight event system for (d3) charts and other components for ReactJS.
http://bgrsquared.com/DR2/
MIT License
178 stars 13 forks source link

Update to d3 Version 4. #6

Open chroth7 opened 8 years ago

bendiy commented 8 years ago

Will this have any impact on the d3-react-squared-c3-loader. I'm not sure where C3.js is on supporting D3 version 4.0.

chroth7 commented 8 years ago

I have to investigate the implications, haven't used d3-react-squared-c3-loader for a while now (recently, was focusing a bit more on highcharts for standard charts).

(I saw your PR, thanks for that!)

It'll be problematic at first sight, since c3 depends on d3.v3, see here https://github.com/c3js/c3/blob/master/package.json#L25

... and you probably don't want to run d3.v3 and .v4 in parallel...