Closed magjac closed 3 years ago
This works as expected for me, thanks for the quick fix.
Perhaps worth noting, it only works if you use graphviz.zoom(...) rather than graphviz.options({zoom: ...}).
graphviz.zoom(...)
graphviz.options({zoom: ...})
This works as expected for me, thanks for the quick fix.
Perhaps worth noting, it only works if you use
graphviz.zoom(...)
rather thangraphviz.options({zoom: ...})
.