We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f5733d + 11734a3 commit 5cc37e3Copy full SHA for 5cc37e3
src/plots/cartesian/layout_attributes.js
@@ -687,8 +687,11 @@ module.exports = {
687
editType: 'plot',
688
description: [
689
'If set a same-letter axis id, this axis is overlaid on top of',
690
- 'the corresponding same-letter axis.',
691
- 'If *false*, this axis does not overlay any same-letter axes.'
+ 'the corresponding same-letter axis, with traces and axes visible for both',
+ 'axes.',
692
+ 'If *false*, this axis does not overlay any same-letter axes.',
693
+ 'In this case, for axes with overlapping domains only the highest-numbered',
694
+ 'axis will be visible.'
695
].join(' ')
696
},
697
layer: {
0 commit comments