Skip to content

Commit 82499ad

Browse files
committed
Update schema
1 parent 95756cc commit 82499ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/plot-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3451,7 +3451,7 @@
34513451
"valType": "number"
34523452
},
34533453
"maxheight": {
3454-
"description": "Sets the max height (in px) of the legend, or max height ratio (reference height * ratio) if less than or equal to 1. 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 exceptions: legends to the side of the plot or vertically oriented legends with a `yref` of `\"paper\". In this case, the reference height is the plot height.",
3454+
"description": "Sets the max height (in px) of the legend, or max height ratio (reference height * ratio) if less than or equal to 1. 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\", located to the side of the plot. In this case, the reference height is the plot height.",
34553455
"editType": "legend",
34563456
"min": 0,
34573457
"valType": "number"

0 commit comments

Comments
 (0)