Disable zoom but keep click enabled

It seems using fixedrange=true also disables click events for my mobile site. I’d like my users be unable to zoom on mobile, but able to click on particular points of the graph to see more info. Is this possible?

I think setting layout.dragmode: false should do what you’re looking for.

1 Like