We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 493bb4e commit 7080f90Copy full SHA for 7080f90
src/plots/cartesian/layout_attributes.js
@@ -310,7 +310,7 @@ module.exports = {
310
description: [
311
'Sets the coordinate values corresponding to the breaks.',
312
'An alternative to `bounds`.',
313
- 'Use `dvalue` to set the spread of the values along the axis.'
+ 'Use `dvalue` to set the size of the values along the axis.'
314
].join(' ')
315
},
316
dvalue: {
@@ -321,7 +321,7 @@ module.exports = {
321
min: 0,
322
dflt: ONEDAY,
323
324
- 'Sets the spread of each `values` item.',
+ 'Sets the size of each `values` item.',
325
'The default is one day in milliseconds.'
326
327
0 commit comments