-
Notifications
You must be signed in to change notification settings - Fork 20
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
Docs on how to get a basic example running #1
Comments
+1 for some copy-pastable examples! Congratulations again on your efforts and for making the source code available here! |
Well, Liviz.js does not use emit system of graphviz to generate animation. But if you want to get just static svg, including graphviz's original emit system while compilation should be an easier way to get it. |
@gyuque this is huge! thanks for sharing the code... the stuff you put together is amazing! +1 for some basic examples. |
Hello , the example in localhost file runs perfectly in firefox but in chome o IE doesn´t position correctly, apears the box with the message initialing always....... It runs perfectly the links: jsPlumb & Liviz.js demo (currently using the sfdp layout engine)
but the example in localhost Internet explorer and chrome it doesn´t I install :Install Emscripten How I install liviz.js????? The installation the liviz.js is in Windows or linux??? (I install Graphviz but i do´nt know if is needed) Please help for run the example |
How convert automatically a dot graph in a JsPlump graph?? The example that I see put the windows node statically... and the conections... insn´t it????? |
Have same problem as above, any1 managed to solve the issue? |
same problem. downloaded example is running in firefox but not in chrome. Any updates??? |
Any updates on how to run the example HTML file on chrome? |
Hi,
I'd like to use your library in my project and I was wondering if it would be possible to write up some documentation on how to use the library to get the most basic example running? E.g. how to convert a dot input string to an svg image, without any animations or dynamics. Your demo web app is awesome, but navigating and digging through the code to understand what does what and how to get a simple example running is a bit hard.
I'm sure a lot of people would be grateful for some documentation on how to get started with the underlying JavaScript library (again, not the demo app) and perhaps a list of current features.
Thanks! Awesome work!
The text was updated successfully, but these errors were encountered: