dc-js / dc.leaflet.js

DC charts using Leaflet maps
Apache License 2.0
52 stars 24 forks source link

support other layout backends #3

Closed gordonwoodhull closed 9 years ago

gordonwoodhull commented 9 years ago

It would be great to support other layout algorithms such as

In terms of the model and parameters, cola is probably the most complicated, so this may be a matter of moving general stuff to base classes and creating a hierarchy of layouts. Constraints is something no other layout algo has, afaik.

Obviously the parameters that affect layout will all be applied differently, so there's some kind of generator. But the parameters that just affect drawing parameters may be shared somewhat.

gordonwoodhull commented 9 years ago

oops, wrong repo, moved to https://github.com/dc-js/dc.graph.js/issues/11