Skip to content

Commit

Permalink
Merge pull request #3082 from thatneat/patch-1
Browse files Browse the repository at this point in the history
Clarify documentation for "overlaying"
  • Loading branch information
alexcjohnson authored Oct 5, 2018
2 parents 9f5733d + 11734a3 commit 5cc37e3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/plots/cartesian/layout_attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -687,8 +687,11 @@ module.exports = {
editType: 'plot',
description: [
'If set a same-letter axis id, this axis is overlaid on top of',
'the corresponding same-letter axis.',
'If *false*, this axis does not overlay any same-letter axes.'
'the corresponding same-letter axis, with traces and axes visible for both',
'axes.',
'If *false*, this axis does not overlay any same-letter axes.',
'In this case, for axes with overlapping domains only the highest-numbered',
'axis will be visible.'
].join(' ')
},
layer: {
Expand Down

0 comments on commit 5cc37e3

Please sign in to comment.