Hi!
I have made a drill-down heatmap on Dash and I want to disable zoom and pan functionality.
I tried staticPlot but that blocks me from using click data which I need for user interaction with the heatmap.
I tried using fixedrange as well but that does not appear to exist for heatmaps.
I would like to avoid users accidentally messing up the view and ideally prevent the cursor from changing into the cross-hairs as well.
Any advice or suggestions?
Thanks!