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 be33ec3 commit cd65497Copy full SHA for cd65497
src/plots/cartesian/layout_attributes.js
@@ -423,7 +423,7 @@ module.exports = {
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.',
426
- 'Not implemented for an axis with `type` of *log* or *multicategory*.'
+ 'Not implemented for an axis with `type` of *log* or *multicategory* and when `tickmode` is *array*.'
427
].join(' ')
428
},
429
tickvals: {
0 commit comments