PMSI-AlignAlytics / dimple

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

Can it work with D3 V4? #235

Closed stephaniep-topdesk closed 8 years ago

stephaniep-topdesk commented 8 years ago

If I use the example from the dimplejs.org page, I get:

TypeError: d3.scale is undefined this._scale = d3.scale.ordinal()

when using the latest d3 version. Will it be updated or should we continue to use v3?

johnkiernander commented 8 years ago

The latest version of Dimple only supports V3. I'll release a V4 compatible library as soon as I can.

stephaniep-topdesk commented 8 years ago

Good to know! Thanks for the quick response! :)

jfsiii commented 7 years ago

@johnkiernander Is there a branch/ticket/milestone/etc people can track?