-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
path optimization should work with changes to the graph #81
Comments
In particular:
|
gordonwoodhull
added a commit
that referenced
this issue
May 30, 2018
gordonwoodhull
added a commit
to gordonwoodhull/enron-threads
that referenced
this issue
May 30, 2018
this part of dc-js/dc.graph.js#81 has been fixed and this helps enable single-path selection
gordonwoodhull
added a commit
that referenced
this issue
Jun 1, 2018
gordonwoodhull
added a commit
that referenced
this issue
Jun 1, 2018
zhewang
pushed a commit
to zhewang/dc.graph.js
that referenced
this issue
Jun 8, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: