MrBlenny / react-flow-chart

🌊 A flexible, stateless, declarative flow chart library for react.
https://mrblenny.github.io/react-flow-chart/index.html
MIT License
1.46k stars 307 forks source link

How can i restrict zoom-in/zoom-out #129

Closed Indhumathi2016 closed 4 years ago

Indhumathi2016 commented 4 years ago

Actually i don't want to zooming in and out while scrolling, i need to allow the vertical scrolling, is there any config to do this?

Indhumathi2016 commented 4 years ago

config={{ zoom: { wheel: { disabled: true } }, // to disable zoom in/zoom out on scroll }} will restrict the zooming!