Skip to content

Commit 43af54a

Browse files
committed
improve description
1 parent e91bd55 commit 43af54a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/plots/cartesian/layout_attributes.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,8 @@ module.exports = {
422422
'A value of 1 (default) means each tick gets a label.',
423423
'A value of 2 means shows every 2nd level.',
424424
'A larger value n means only every nth tick is labeled.',
425-
'`tick0` determines which labels are shown.'
425+
'`tick0` determines which labels are shown.',
426+
'Not implemented for an axis with `type` of *log* or *multicategory*.'
426427
].join(' ')
427428
},
428429
tickvals: {

0 commit comments

Comments
 (0)