Skip to content

Commit 7de68e8

Browse files
committed
update tickmode attribute description
1 parent a9b937b commit 7de68e8

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
@@ -35,7 +35,8 @@ var tickmode = extendFlat({}, minorTickmode, {
3535
description: [
3636
minorTickmode.description,
3737
'If *sync*, the number of ticks will sync with the overlayed axis',
38-
'set by `overlaying` property.'
38+
'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*.',
3940
].join(' ')
4041
});
4142

0 commit comments

Comments
 (0)