gyuque / livizjs

Interactive Graphviz in javascript
204 stars 20 forks source link

Add support for rankdir=LR #7

Closed gabytheybag closed 11 years ago

gabytheybag commented 11 years ago

Hello everybody,

Liviz is simply awesome :-)

Unfortunately, especially for me, it does not support Left to Right layout of graphs, that is the option "rankdir=LR", and the cluster graphs boxing.

Is it necessary to recompile Graphviz via emscripten to add these options? If so, how can this be done?

Cheers, Gaby

gabytheybag commented 11 years ago

I finally found Viz.js (ttps://github.com/mdaines/viz.js) which supports everything that I need ... that is the classical Graphviz dot format :-)

Thanks anyway Gaby