Skip to content

Commit 416c6bf

Browse files
committed
Update schema
1 parent 680fa72 commit 416c6bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/plot-schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3445,7 +3445,7 @@
34453445
"valType": "number"
34463446
},
34473447
"maxheight": {
3448-
"description": "Sets the max height (in px) of the legend, or max height ratio (reference height * ratio) if less than one. Default value is: 0.5 for horizontal legends; 1 for vertical legends. The minimum allowed height is 30px. For a ratio of 0.5, the legend will take up to 50% of the reference height before displaying a scrollbar. The reference height is the full layout height except for vertically oriented legends with a `yref` of `\"paper\"`, where the reference height is the plot height.",
3448+
"description": "Sets the max height (in px) of the legend, or max height ratio (reference height * ratio) if less than one. Default value is: 0.5 for horizontal legends; 1 for vertical legends. The minimum allowed height is 30px. For a ratio of 0.5, the legend will take up to 50% of the reference height before displaying a scrollbar. The reference height is the full layout height with the following exception: vertically oriented legends with a `yref` of `\"paper\"`, unless the legend is located above/below the plot. In this case, the reference height is the plot height.",
34493449
"editType": "legend",
34503450
"min": 0,
34513451
"valType": "number"
@@ -3646,7 +3646,7 @@
36463646
"valType": "number"
36473647
},
36483648
"yanchor": {
3649-
"description": "Sets the legend's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the legend. Value *auto* anchors legends at their bottom for `y` values less than or equal to 1/3, anchors legends to at their top for `y` values greater than or equal to 2/3 and anchors legends with respect to their middle otherwise.",
3649+
"description": "Sets the legend's vertical position anchor. This anchor binds the `y` position to the *top*, *middle* or *bottom* of the legend. Value *auto* anchors legends at their bottom for `y` values less than or equal to 1/3, anchors legends to at their top for `y` values greater than or equal to 2/3 and anchors legends with respect to their middle otherwise.",
36503650
"editType": "legend",
36513651
"valType": "enumerated",
36523652
"values": [

0 commit comments

Comments
 (0)