vasturiano / timelines-chart

Timelines Chart
http://vasturiano.github.io/timelines-chart/example/categorical/
MIT License
556 stars 121 forks source link

Cannot set Zoon out #54

Closed goodguy000 closed 4 years ago

goodguy000 commented 5 years ago

Thanks admin for your awesome project. I tried to config zoom in and zoom out button, but we cannot set the API for that. I create a button to click zoom out (reset zoom will back to initial view), we want click zoom out to back to previous zoom, not the initial zoom. Any one have suggestion for that. Thanks.

vasturiano commented 5 years ago

@goodguy000 you can use the methods onZoom(), zoomX() and zoomY() to implement that functionality.