You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The other option is that we add newshape.index to layout (instead of gd.__fullLayout._activeShapeIndex which is internal at the moment). Then users could use if for updating the list of shapes.
If we expose
eraseActiveShape
in https://github.com/plotly/plotly.js/blob/master/src/plot_api/index.js one could use something callPlotly.deleteActiveShape(gd)
to erase the active shape.The other option is that we add
newshape.index
tolayout
(instead ofgd.__fullLayout._activeShapeIndex
which is internal at the moment). Then users could use if for updating the list of shapes.cc: @tamidodo
The text was updated successfully, but these errors were encountered: