Skip to content

Commit cd65497

Browse files
committed
no effect when array tickmode
1 parent be33ec3 commit cd65497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/cartesian/layout_attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ module.exports = {
423423
'A value of 2 means shows every 2nd level.',
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*.'
426+
'Not implemented for an axis with `type` of *log* or *multicategory* and when `tickmode` is *array*.'
427427
].join(' ')
428428
},
429429
tickvals: {

0 commit comments

Comments
 (0)