Skip to content

Commit bed30cd

Browse files
committed
config opts declaration fixes
1 parent ceac510 commit bed30cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plot_api/plot_config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ var configAttributes = {
167167
'If *false*, double click is disable.',
168168
'If *reset*, double click resets the axis ranges to their initial values.',
169169
'If *autosize*, double click set the axis ranges to their autorange values.',
170-
'If *reset+autosize, the odd double clicks resets the axis ranges',
170+
'If *reset+autosize*, the odd double clicks resets the axis ranges',
171171
'to their initial values and even double clicks set the axis ranges',
172172
'to their autorange values.'
173173
].join(' ')
@@ -309,7 +309,7 @@ var configAttributes = {
309309
plotGlPixelRatio: {
310310
valType: 'number',
311311
dflt: 2,
312-
min: 0,
312+
min: 1,
313313
max: 4,
314314
description: [
315315
'Set the pixel ratio during WebGL image export.',

0 commit comments

Comments
 (0)