Skip to content

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 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 3 commits into from
Nov 15, 2019
Merged

doubleClickDelay.py #157

merged 3 commits into from
Nov 15, 2019

Conversation

Mahdis-z
Copy link
Contributor

@Mahdis-z Mahdis-z commented Oct 29, 2019

Doc upgrade checklist:

  • file has been moved from unconverted/x/y.md to x/y.md
  • Every example is independently runnable and is optimized for short line count
  • fig = <something> call is high up in each example
  • minimal creation of intermediate trace objects
  • liberal use of add_trace and update_layout
  • fig.show() at the end of each example
  • minimize usage of hex codes for colors in favour of those in https://github.com/plotly/plotly.py-docs/issues/14

closes plotly/documentation#1413

@@ -122,6 +122,36 @@ fig.show(config={
})
```

### Double Click Delay
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Double-click Delay (hyphen)

fig.show(config = {'doubleClickDelay': 1000})
```

### `Edit in Chart Studio` Modebar Button
Copy link
Contributor

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

@emmanuelle
Copy link
Contributor

@Mahdis-z do you need something else from me for moving forward with this PR?

@emmanuelle
Copy link
Contributor

💃

@Mahdis-z Mahdis-z merged commit 0501ef4 into master Nov 15, 2019
@Mahdis-z Mahdis-z deleted the db_click_delay_py branch November 15, 2019 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1.49 config options
2 participants