We are using dash/plotly for different dashboards and solutions. However currently we are working on a dashboard in which one element is driving us crazy.
What we want to do is the following. To place an image on the screen on which you can scroll/hover/zoom-in, when you press a predefined area activate a call-back, which generates changes to the dashboard. The pressing on the predefined area and activating the related call-back isn’t the problem.
What is:
We want to have an image on the screen over which we can scroll/hover/zoom-in with a mouse like one can in a MapBox. So, for example in a MapBox you can zoom-in with your mouse-wheel and with left-button pressed you can change the position (move along) of the map. This all without sliders.
Any guidance on how to realizes this? And where we have to start looking: plotly, dash, bootstrap.
Thanks in advance.