Skip to content

removed outdated comments about offline in configuration tutorial #2013

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 20, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions doc/python/configuration-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jupyter:
pygments_lexer: ipython3
version: 3.7.3
plotly:
description: How to set configuration options of plotly graphs in python. Examples
of both online and offline configurations.
description: How to set configuration options of plotly graphs in python.
display_as: file_settings
language: python
layout: base
Expand All @@ -34,8 +33,8 @@ jupyter:
thumbnail: thumbnail/modebar-icons.png
---

#### Offline Configuration Options
Now you can pass a `config` dictionary with all configurations options such as `scrollZoom`, `editable`, and `displayModeBar`. For the complete list of config options check out: https://github.com/plotly/plotly.js/blob/master/src/plot_api/plot_config.js

You can pass a `config` dictionary with all configurations options such as `scrollZoom`, `editable`, and `displayModeBar`. For the complete list of config options check out: https://github.com/plotly/plotly.js/blob/master/src/plot_api/plot_config.js

##### Enable Scroll Zoom

Expand Down