Dragging a line in FigureWidget

Is there any option that I could implement a Line to my FigureWidget which is draggable and returns me the current value of the x Axes ?

Hi @Varlor,

Not not right now. One potential approach would be to implement https://github.com/plotly/plotly.py/issues/1074 and support Plotly.js config options in FigureWidget. Then we could set the editable config property, see https://plot.ly/javascript/configuration-options/#edit-mode to support dragging shapes.

Feel free make a comment on https://github.com/plotly/plotly.py/issues/1074 with this usecase.
-Jon