- Notifications
You must be signed in to change notification settings - Fork1
doubleClickDelay.py#157
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
python/configuration-options.md Outdated
@@ -122,6 +122,36 @@ fig.show(config={ | |||
}) | |||
``` | |||
### Double Click Delay |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Double-click Delay (hyphen)
python/configuration-options.md Outdated
fig.show(config = {'doubleClickDelay': 1000}) | ||
``` | ||
### `Edit in Chart Studio` Modebar Button |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Could you please remove this paragraph and keep only the one with double click delay? The edit in chart studio in the modebar is really a minor feature that should not be documented here
@Mahdis-z do you need something else from me for moving forward with this PR? |
💃 |
Uh oh!
There was an error while loading.Please reload this page.
Doc upgrade checklist:
unconverted/x/y.md
tox/y.md
fig = <something>
call is high up in each exampletrace
objectsadd_trace
andupdate_layout
fig.show()
at the end of each exampleclosesplotly/documentation#1413