Thanks to visit codestin.com Credit goes to github.com
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 a883124 commit bea95b1Copy full SHA for bea95b1
src/plots/cartesian/layout_attributes.js
@@ -420,10 +420,10 @@ module.exports = {
420
description: [
421
'Sets the spacing between tick labels as compared to the spacing between ticks.',
422
'A value of 1 (default) means each tick gets a label.',
423
- 'A value of 2 means shows every 2nd level.',
+ 'A value of 2 means shows every 2nd label.',
424
'A larger value n means only every nth tick is labeled.',
425
'`tick0` determines which labels are shown.',
426
- 'Not implemented for an axis with `type` of *log* or *multicategory* and when `tickmode` is *array*.'
+ 'Not implemented for axes with `type` *log* or *multicategory*, or when `tickmode` is *array*.'
427
].join(' ')
428
},
429
tickvals: {
0 commit comments