Skip to content

Commit eeb65d5

Browse files
author
“mahdis-z”
committed
Edit in chart studio button in modebar
1 parent a9bf216 commit eeb65d5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

python/configuration-options.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,18 @@ 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+
143155
#### Reference
144156

145157

0 commit comments

Comments
 (0)