dc-js / dc.graph.js

interactive network visualization
Apache License 2.0
98 stars 24 forks source link

path optimization should work with changes to the graph #81

Open gordonwoodhull opened 6 years ago

gordonwoodhull commented 6 years ago

Right now we assume that the nodes (& edges) of the graph stay constant and we turn on/off the splines in a separate step.

Really path optimization should be a layout feature which works even if the graph is changing at the same time.

gordonwoodhull commented 6 years ago

In particular: