Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bea95b1

Browse files
Update src/plots/cartesian/layout_attributes.js
Co-authored-by: Alex Johnson <[email protected]>
1 parent a883124 commit bea95b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plots/cartesian/layout_attributes.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -420,10 +420,10 @@ module.exports = {
420420
description: [
421421
'Sets the spacing between tick labels as compared to the spacing between ticks.',
422422
'A value of 1 (default) means each tick gets a label.',
423-
'A value of 2 means shows every 2nd level.',
423+
'A value of 2 means shows every 2nd label.',
424424
'A larger value n means only every nth tick is labeled.',
425425
'`tick0` determines which labels are shown.',
426-
'Not implemented for an axis with `type` of *log* or *multicategory* and when `tickmode` is *array*.'
426+
'Not implemented for axes with `type` *log* or *multicategory*, or when `tickmode` is *array*.'
427427
].join(' ')
428428
},
429429
tickvals: {

0 commit comments

Comments
 (0)