I am just starting with bokeh, and looking forward would like to know if there is a way to implement the following:
I have a financial dataseries last 1 year: I would like to create special tools that allows me to: - a special zoom that on 1 click zoom on the first month - a special zoom/pan that on 1 click move exactly 1 month forward and adjust the height of the chart to the visible data
Would that be possible to implement in bokeh? I assume this would mean tweaking the original zoom/pan definition and create new tools with them.