Skip to content

Commit 23fd4fe

Browse files
author
“mahdis-z”
committed
remove edit in chart studio example
1 parent eeb65d5 commit 23fd4fe

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

python/configuration-options.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ fig.show(config={
122122
})
123123
```
124124

125-
### Double Click Delay
125+
### Double-click Delay
126126
Sets the maximum delay between two consecutive clicks to be interpreted as a double-click in ms. This is the time interval between first mousedown, and' second mouseup. The default timing is 300 ms (less than half a second).
127127
This setting propagates to all on-subplot double clicks (except for geo and mapbox).
128128

@@ -140,18 +140,6 @@ fig.update_layout(xaxis = {'type': 'date'})
140140
fig.show(config = {'doubleClickDelay': 1000})
141141
```
142142

143-
### `Edit in Chart Studio` Modebar Button
144-
145-
```python
146-
import plotly.graph_objects as go
147-
148-
fig = go.Figure(go.Scatter(y = [1, 2, 1, 3, 4, 2]))
149-
150-
fig.update_layout()
151-
152-
fig.show(config = {'showEditInChartStudio': True})
153-
```
154-
155143
#### Reference
156144

157145

0 commit comments

Comments
 (0)