Open bwarren2 opened 8 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.
+1
D3 v4 has breaking changes, like the removal of
d3.scale.linear
(used in ember-charts) and the use ofd3.scaleLinear
. Is there intent to support D3 v4? Are there known hurdles to such a fork?