We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We've got forking, but what about merging?
It would be useful, for sure, to be able to merge two visualizations.
For visualizing the VizHub content, the tree layout would no longer work.
Also, D3's force directed layout would not yield a proper layout either.
We need to use something like the Sugiyama Method.
Here are some JS libraries that appear to implement the Sugimaya Method or similar:
Resolving merge conflicts would be another tricky bit to solve. Related:
Of course there's also GitHub's conflict resolution UI:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We've got forking, but what about merging?
It would be useful, for sure, to be able to merge two visualizations.
For visualizing the VizHub content, the tree layout would no longer work.
Also, D3's force directed layout would not yield a proper layout either.
We need to use something like the Sugiyama Method.
Here are some JS libraries that appear to implement the Sugimaya Method or similar:
Resolving merge conflicts would be another tricky bit to solve. Related:
Of course there's also GitHub's conflict resolution UI:
The text was updated successfully, but these errors were encountered: