File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -281,11 +281,11 @@ module.exports = {
281
281
'computed in relation to the input data.' ,
282
282
'See `rangemode` for more info.' ,
283
283
'If `range` is provided, then `autorange` is set to *false*.' ,
284
- 'Using *min* applys autorange only to set the minimum.' ,
285
- 'Using *max* applys autorange only to set the maximum.' ,
286
- 'Using *min reversed* applys autorange only to set the minimum on a reversed axis.' ,
287
- 'Using *max reversed* applys autorange only to set the maximum on a reversed axis.' ,
288
- 'Using *reversed* applys autorange on both ends and reverse the axis direction.' ,
284
+ 'Using *min* applies autorange only to set the minimum.' ,
285
+ 'Using *max* applies autorange only to set the maximum.' ,
286
+ 'Using *min reversed* applies autorange only to set the minimum on a reversed axis.' ,
287
+ 'Using *max reversed* applies autorange only to set the maximum on a reversed axis.' ,
288
+ 'Using *reversed* applies autorange on both ends and reverses the axis direction.' ,
289
289
] . join ( ' ' )
290
290
} ,
291
291
autorangeoptions : {
You can’t perform that action at this time.
0 commit comments