@@ -38,11 +38,11 @@ module.exports = {
38
38
min : 0 ,
39
39
editType : 'legend' ,
40
40
description : [
41
- 'Sets the max height (in px) of the legend, or max height ratio (reference height * ratio) if less than one .' ,
41
+ 'Sets the max height (in px) of the legend, or max height ratio (reference height * ratio) if less than or equal to 1 .' ,
42
42
'Default value is: 0.5 for horizontal legends; 1 for vertical legends. The minimum allowed height is 30px.' ,
43
43
'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 except for vertically oriented legends with' ,
45
- 'a `yref` of `"paper"`, where 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.'
46
46
] . join ( ' ' )
47
47
} ,
48
48
borderwidth : {
@@ -243,7 +243,7 @@ module.exports = {
243
243
values : [ 'auto' , 'top' , 'middle' , 'bottom' ] ,
244
244
editType : 'legend' ,
245
245
description : [
246
- 'Sets the legend\'s vertical position anchor' ,
246
+ 'Sets the legend\'s vertical position anchor. ' ,
247
247
'This anchor binds the `y` position to the *top*, *middle*' ,
248
248
'or *bottom* of the legend.' ,
249
249
'Value *auto* anchors legends at their bottom for `y` values less than or equal to 1/3,' ,
0 commit comments