PMSI-AlignAlytics / dimple

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

Dimple seems to be broken with D3 v5. #291

Open RichardNeill opened 4 years ago

RichardNeill commented 4 years ago

Using a current D3 release, I get: "TypeError: J.sort is not a function" It's definitely OK with D3 4.9.1, and definitely broken with 5.12.0.

You may want to fix this, or at least warn that v4 is required. Thanks.