Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 505e6e8 commit 1415344Copy full SHA for 1415344
src/plot_api/plot_config.js
@@ -179,7 +179,9 @@ var configAttributes = {
179
description: [
180
'Sets the delay for registering a double-click in ms.',
181
'This is the time interval (in ms) between first mousedown and',
182
- '2nd mouseup to constitute a double-click.'
+ '2nd mouseup to constitute a double-click.',
183
+ 'This setting propagates to all on-subplot double clicks',
184
+ '(except for geo and mapbox) and on-legend double clicks.'
185
].join(' ')
186
},
187
0 commit comments