Skip to content
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

Graph visualization is re-drawn on change, not updated #3

Open
gkellogg opened this issue Jul 19, 2017 · 2 comments
Open

Graph visualization is re-drawn on change, not updated #3

gkellogg opened this issue Jul 19, 2017 · 2 comments

Comments

@gkellogg
Copy link
Member

From @msporny on May 7, 2012 1:25

D3.js, which is used for the graph visualization, allows graphs to be morphed and updated based on changes to the underlying data. Currently, the visualization is destroyed completely and then re-created, which is wasteful and not very slick looking. Update the graph visualization so that it smoothly adds and remove nodes, perhaps showing which items were added and removed.

Copied from original issue: rdfa/rdfa-website#2

@gkellogg
Copy link
Member Author

Note that for any fairly complicated graph the results become meaningless. Try, for example, SVG earl results: http://rdfa.info/earl-reports/librdfa-rdfa1.1-xml.html. Perhaps disable graph output when the number of nodes exceeds some threshold.

@gkellogg
Copy link
Member Author

From @Haroenv on July 23, 2016 14:56

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant