denisemauldin / d3-timeline

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

Problems with disabling zoom #9

Closed dkipping closed 6 years ago

dkipping commented 6 years ago

In the Readme you've stated that .axisZoom is supposed to toggle the zooming functionality. Seems that it is actually .allowZoom, but this doesn't toggle it either.

If I got it correctly, what you meant with zooming is the functionality to stretch the timeline on wheel scroll.

How am I able to disable zooming?

Thank you in advance!