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

Move graph creation to the client #78

Open
tobami opened this issue Oct 31, 2012 · 0 comments
Open

Move graph creation to the client #78

tobami opened this issue Oct 31, 2012 · 0 comments

Comments

@tobami
Copy link

tobami commented Oct 31, 2012

There are some graph-related issues (#24, #39) that, while solvable, would just go away if the rendering was done by the client. It would also be faster because the image would not need to be loaded from the server.

There is no mature Javascript Graphviz library. The most promising JS graph library is D3, but it has no implementation of the graphviz algorithm, but there has been some discussion surrounding it.

Issue d3/d3#349 has been created, so we watch it and when it is implemented we can move rendering to the client.

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