File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ var configAttributes = {
167
167
'If *false*, double click is disable.' ,
168
168
'If *reset*, double click resets the axis ranges to their initial values.' ,
169
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' ,
170
+ 'If *reset+autosize* , the odd double clicks resets the axis ranges' ,
171
171
'to their initial values and even double clicks set the axis ranges' ,
172
172
'to their autorange values.'
173
173
] . join ( ' ' )
@@ -309,7 +309,7 @@ var configAttributes = {
309
309
plotGlPixelRatio : {
310
310
valType : 'number' ,
311
311
dflt : 2 ,
312
- min : 0 ,
312
+ min : 1 ,
313
313
max : 4 ,
314
314
description : [
315
315
'Set the pixel ratio during WebGL image export.' ,
You can’t perform that action at this time.
0 commit comments