You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: python/configuration-options.md
+20-2Lines changed: 20 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ jupyter:
6
6
extension:.md
7
7
format_name:markdown
8
8
format_version:'1.1'
9
-
jupytext_version:1.1.7
9
+
jupytext_version:1.2.1
10
10
kernelspec:
11
11
display_name:Python 3
12
12
language:python
@@ -20,7 +20,7 @@ jupyter:
20
20
name:python
21
21
nbconvert_exporter:python
22
22
pygments_lexer:ipython3
23
-
version:3.6.5
23
+
version:3.7.3
24
24
plotly:
25
25
description:How to set configuration options of plotly graphs in python. Examples
26
26
of both online and offline configurations.
@@ -118,6 +118,24 @@ fig.show(config={
118
118
})
119
119
```
120
120
121
+
###Double-click Delay
122
+
Sets the maximum delay between two consecutive clicks to be interpreted as a double-click in ms. This is the time interval between first mousedown, and' second mouseup. The default timing is 300 ms (less than half a second).
123
+
This setting propagates to all on-subplot double clicks (except for geo and mapbox).