Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2ad5ed5

Browse files
committed
Update schema
1 parent 1f55078 commit 2ad5ed5

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

test/plot-schema.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3396,13 +3396,6 @@
33963396
"valType": "integer"
33973397
}
33983398
},
3399-
"hmaxheight": {
3400-
"description": "If greater than one, it sets the max height (in px) of the horizontaly aligned legend. Otherwise, it sets the max height ratio (layout * ratio) of the visible legend when horizontaly aligned. Default value is 0.5; the legend will take up to 50% of the layout height before displaying a scrollbar.",
3401-
"dflt": 0.5,
3402-
"editType": "legend",
3403-
"min": 0,
3404-
"valType": "number"
3405-
},
34063399
"indentation": {
34073400
"description": "Sets the indentation (in px) of the legend entries.",
34083401
"dflt": 0,
@@ -3449,6 +3442,12 @@
34493442
"min": 30,
34503443
"valType": "number"
34513444
},
3445+
"maxheight": {
3446+
"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 \"paper\" yref, where the reference height is the plot height.",
3447+
"editType": "legend",
3448+
"min": 0,
3449+
"valType": "number"
3450+
},
34523451
"orientation": {
34533452
"description": "Sets the orientation of the legend.",
34543453
"dflt": "v",

0 commit comments

Comments
 (0)