magjac / d3-graphviz

Graphviz DOT rendering and animated transitions using D3
BSD 3-Clause "New" or "Revised" License
1.68k stars 103 forks source link

rotate=90 graph attribute does not set the rotation #251

Open reregaga opened 1 year ago

reregaga commented 1 year ago

rotate=90 graph attribute does not set the rotation, instead the rendered image disappears during typing this attribute or if you refresh the page, the graph is drawn as if without the rotate attribute.

Example:

digraph {
    //rotate=90 //uncomment
    a[width=2]
}