ember-charts icon indicating copy to clipboard operation
ember-charts copied to clipboard

Support for D3 v4?

Open bwarren2 opened this issue 8 years ago • 2 comments

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?

bwarren2 avatar Aug 19 '16 02:08 bwarren2

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.

shaunc avatar Feb 08 '17 05:02 shaunc

+1

ArwedSchmidt avatar Mar 27 '17 13:03 ArwedSchmidt