Addepar / ember-charts

https://opensource.addepar.com/ember-charts/
Other
783 stars 131 forks source link

Support for D3 v4? #179

Open bwarren2 opened 8 years ago

bwarren2 commented 8 years ago

D3 v4 has breaking changes, like the removal of d3.scale.linear (used in ember-charts) and the use of d3.scaleLinear. Is there intent to support D3 v4? Are there known hurdles to such a fork?

shaunc commented 7 years ago

I've been having good luck using ember-d3, which makes it easy to swap v4 d3 versions. Now at least one of my apps which uses ember-charts is including both d3 3x and 4x as also needs d3 directly... :( ... so strongly support the move.

ArwedSchmidt commented 7 years ago

+1