magjac / d3-graphviz

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

Fix zooming cannot be disable once enabled #183

Closed magjac closed 3 years ago

lnavarette commented 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: ...}).