Skip to content

Commit ef60cf5

Browse files
Update configuration-options.md
1 parent 6e6bd44 commit ef60cf5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/python/configuration-options.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -229,11 +229,11 @@ fig.show(config=config)
229229

230230
To delete buttons from the modebar, pass an array of strings containing the names of the buttons you want to remove to the `modeBarButtonsToRemove` attribute in the figure's configuration dictionary. Note that different chart types have different default modebars. The following is a list of all the modebar buttons and the chart types they are associated with:
231231

232-
-'2D': `zoom2d`, `pan2d`, `select2d`, `lasso2d`, `zoomIn2d`, `zoomOut2d`, `autoScale2d`, `resetScale2d`
233-
-'3D': `zoom3d`, `pan3d`, `rbitRotation`, `tableRotation`, `handleDrag3d`, `resetCameraDefault3d`, `resetCameraLastSave3d`, `hoverClosest3d`
234-
-'Cartesian': `hoverClosestCartesian`, `hoverCompareCartesian`
235-
-'Geo': `zoomInGeo`, `zoomOutGeo`, `resetGeo`, `hoverClosestGeo`
236-
-'Other': `hoverClosestGl2d`, `hoverClosestPie`, `toggleHover`, `resetViews`, `toImage: sendDataToCloud`, `toggleSpikelines`, `resetViewMapbox`
232+
- **2D**: `zoom2d`, `pan2d`, `select2d`, `lasso2d`, `zoomIn2d`, `zoomOut2d`, `autoScale2d`, `resetScale2d`
233+
- **3D**: `zoom3d`, `pan3d`, `rbitRotation`, `tableRotation`, `handleDrag3d`, `resetCameraDefault3d`, `resetCameraLastSave3d`, `hoverClosest3d`
234+
- **Cartesian**: `hoverClosestCartesian`, `hoverCompareCartesian`
235+
- **Geo**: `zoomInGeo`, `zoomOutGeo`, `resetGeo`, `hoverClosestGeo`
236+
- **Other**: `hoverClosestGl2d`, `hoverClosestPie`, `toggleHover`, `resetViews`, `toImage: sendDataToCloud`, `toggleSpikelines`, `resetViewMapbox`
237237

238238
```python
239239
import plotly.graph_objects as go
@@ -299,4 +299,4 @@ The same configuration dictionary that you pass to the `config` parameter of the
299299

300300
#### Reference
301301

302-
See config options at https://github.com/plotly/plotly.js/blob/master/src/plot_api/plot_config.js#L6
302+
See config options at https://github.com/plotly/plotly.js/blob/master/src/plot_api/plot_config.js#L6

0 commit comments

Comments
 (0)