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 c4c70fd commit 545da31Copy full SHA for 545da31
1 file changed
src/plots/cartesian/layout_attributes.js
@@ -35,7 +35,8 @@ var tickmode = extendFlat({}, minorTickmode, {
35
description: [
36
minorTickmode.description,
37
'If *sync*, the number of ticks will sync with the overlayed axis',
38
- 'set by `overlaying` property.'
+ 'set by `overlaying` property. When no other tick info is provided,',
39
+ 'overlyaing (non-categorical) axes default to *sync*, while other axes default to *auto*.',
40
].join(' ')
41
});
42
0 commit comments