denisemauldin / d3-timeline

D3 timeline
BSD 3-Clause "New" or "Revised" License
168 stars 72 forks source link

If allowZoom is disabled do not setup zoom. #11

Closed samccone closed 6 years ago

samccone commented 6 years ago

This is useful since when zoom setup is called it blocks the default mouse wheel, thus blocking scroll on the page when the mouse is over the SVG element.

Fixes #9

samccone commented 6 years ago

Thank you for the helpful library!