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 e91bd55 commit 43af54aCopy full SHA for 43af54a
src/plots/cartesian/layout_attributes.js
@@ -422,7 +422,8 @@ module.exports = {
422
'A value of 1 (default) means each tick gets a label.',
423
'A value of 2 means shows every 2nd level.',
424
'A larger value n means only every nth tick is labeled.',
425
- '`tick0` determines which labels are shown.'
+ '`tick0` determines which labels are shown.',
426
+ 'Not implemented for an axis with `type` of *log* or *multicategory*.'
427
].join(' ')
428
},
429
tickvals: {
0 commit comments