Addepar / ember-charts

Home Page:https://opensource.addepar.com/ember-charts/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for D3 v4?

bwarren2 opened this issue · 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?

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.