Skip to content

Commit dbe140d

Browse files
committed
Switch maxheight description back.
1 parent 5d04122 commit dbe140d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/legend/attributes.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ module.exports = {
4141
'Sets the max height (in px) of the legend, or max height ratio (reference height * ratio) if less than or equal to 1.',
4242
'Default value is: 0.5 for horizontal legends; 1 for vertical legends. The minimum allowed height is 30px.',
4343
'For a ratio of 0.5, the legend will take up to 50% of the reference height before displaying a scrollbar.',
44-
'The reference height is the full layout height with the following exceptions: legends to the side of the plot',
45-
'or vertically oriented legends with a `yref` of `"paper". In this case, the reference height is the plot height.'
44+
'The reference height is the full layout height with the following exception: vertically oriented legends with',
45+
'a `yref` of `"paper", located to the side of the plot. In this case, the reference height is the plot height.'
4646
].join(' ')
4747
},
4848
borderwidth: {

0 commit comments

Comments
 (0)