Skip to content

Commit 7080f90

Browse files
committed
replace 'spread' -> 'size' in attr descriptions
1 parent 493bb4e commit 7080f90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plots/cartesian/layout_attributes.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ module.exports = {
310310
description: [
311311
'Sets the coordinate values corresponding to the breaks.',
312312
'An alternative to `bounds`.',
313-
'Use `dvalue` to set the spread of the values along the axis.'
313+
'Use `dvalue` to set the size of the values along the axis.'
314314
].join(' ')
315315
},
316316
dvalue: {
@@ -321,7 +321,7 @@ module.exports = {
321321
min: 0,
322322
dflt: ONEDAY,
323323
description: [
324-
'Sets the spread of each `values` item.',
324+
'Sets the size of each `values` item.',
325325
'The default is one day in milliseconds.'
326326
].join(' ')
327327
},

0 commit comments

Comments
 (0)