@@ -38,11 +38,11 @@ module.exports = {
3838 min : 0 ,
3939 editType : 'legend' ,
4040 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 .' ,
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 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.'
4646 ] . join ( ' ' )
4747 } ,
4848 borderwidth : {
@@ -243,7 +243,7 @@ module.exports = {
243243 values : [ 'auto' , 'top' , 'middle' , 'bottom' ] ,
244244 editType : 'legend' ,
245245 description : [
246- 'Sets the legend\'s vertical position anchor' ,
246+ 'Sets the legend\'s vertical position anchor. ' ,
247247 'This anchor binds the `y` position to the *top*, *middle*' ,
248248 'or *bottom* of the legend.' ,
249249 'Value *auto* anchors legends at their bottom for `y` values less than or equal to 1/3,' ,
0 commit comments