Skip to content
Prev Previous commit
Next Next commit
update tickmode attribute description
  • Loading branch information
emilykl committed Jan 21, 2026
commit 7de68e8f700b4879ae9e5552a1b3ec80ff1832f7
3 changes: 2 additions & 1 deletion src/plots/cartesian/layout_attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ var tickmode = extendFlat({}, minorTickmode, {
description: [
minorTickmode.description,
'If *sync*, the number of ticks will sync with the overlayed axis',
'set by `overlaying` property.'
'set by `overlaying` property. When no other tick info is provided,',
'overlyaing (non-categorical) axes default to *sync*, while other axes default to *auto*.',
Comment thread
emilykl marked this conversation as resolved.
Outdated
].join(' ')
});

Expand Down