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 = {
281281 'computed in relation to the input data.' ,
282282 'See `rangemode` for more info.' ,
283283 '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.' ,
289289 ] . join ( ' ' )
290290 } ,
291291 autorangeoptions : {
You can’t perform that action at this time.
0 commit comments