Disable/Reset select overlay after select operation is complete in Plotly.js

Viewed 7

Currently, I am using select tool to resize the plot. This creates a dashed overlay over plot which disables hovering over the points within the overlay. Any help to reset it after the select is complete would be helpful. Also the select overlay creates an active and inactive region within the plot. I would also like to disable this behavior.

Plotly Sample Image

Edit 1: In the code, whenever I select some region I zoom in over that region and use Plotly.relayout to configure the plot to default layout. However on panning the plot creates the mentioned effect and also the plot is not hoverable within the dashed region after zooming in.

0 Answers
Related