Skip to content

Commit 5cc37e3

Browse files
authored
Merge pull request #3082 from thatneat/patch-1
Clarify documentation for "overlaying"
2 parents 9f5733d + 11734a3 commit 5cc37e3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/plots/cartesian/layout_attributes.js

+5-2
Original file line numberDiff line numberDiff line change
@@ -687,8 +687,11 @@ module.exports = {
687687
editType: 'plot',
688688
description: [
689689
'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.'
690+
'the corresponding same-letter axis, with traces and axes visible for both',
691+
'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.'
692695
].join(' ')
693696
},
694697
layer: {

0 commit comments

Comments
 (0)