We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceac510 commit bed30cdCopy full SHA for bed30cd
src/plot_api/plot_config.js
@@ -167,7 +167,7 @@ var configAttributes = {
167
'If *false*, double click is disable.',
168
'If *reset*, double click resets the axis ranges to their initial values.',
169
'If *autosize*, double click set the axis ranges to their autorange values.',
170
- 'If *reset+autosize, the odd double clicks resets the axis ranges',
+ 'If *reset+autosize*, the odd double clicks resets the axis ranges',
171
'to their initial values and even double clicks set the axis ranges',
172
'to their autorange values.'
173
].join(' ')
@@ -309,7 +309,7 @@ var configAttributes = {
309
plotGlPixelRatio: {
310
valType: 'number',
311
dflt: 2,
312
- min: 0,
+ min: 1,
313
max: 4,
314
description: [
315
'Set the pixel ratio during WebGL image export.',
0 commit comments