You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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.
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?The text was updated successfully, but these errors were encountered: