dreampuf / GraphvizOnline

Let's Graphviz it online
https://dreampuf.github.io/GraphvizOnline/
BSD 3-Clause "New" or "Revised" License
799 stars 213 forks source link

Option to set rendering engine? #3

Closed adamfk closed 7 years ago

adamfk commented 7 years ago

The Viz library supports multiple rendering engines (circo, dot, fdp, neato, osage, twopi), but I'm unsure of how to specify which one to use with GraphvizOnline. I'm assuming that it defaults to "dot".

Is there a way to specify the rendering engine used?

dreampuf commented 7 years ago

For now, it only supports "dot" by default. I think this request is adorable. I can figure out a mode select input on the page. Stay tuned.

dreampuf commented 7 years ago

It fixed.

adamfk commented 7 years ago

@dreampuf Awesome! I love the svg option as well. Nice work :)