PMSI-AlignAlytics / dimple

An object-oriented API for business analytics
Other
2.73k stars 556 forks source link

Only depend on required d3 packages #209

Open jmalonzo opened 8 years ago

jmalonzo commented 8 years ago

There are now different packages for D3 (d3-selection, d3-ease, etc..). I think it would be nice if we depend on those packages instead of the full d3 package.

Thanks

IPWright83 commented 8 years ago

These modules are for the new D3 version 4 and aren't officially released yet, but does seem like a good idea.

curran commented 8 years ago

I would agree. The modules are released on their own, independently from the top-level D3 package (e.g. see d3-selection releases), but D3 4.0 is not released yet. I think it's a pretty safe bet to migrate to the new packages.

I opened a similar issue for Scrollgrid https://github.com/PMSI-AlignAlytics/scrollgrid/issues/7