Skip to content

Commit 0effd0f

Browse files
committed
Update plot schema
1 parent 2fc928d commit 0effd0f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

test/plot-schema.json

+14
Original file line numberDiff line numberDiff line change
@@ -3352,6 +3352,20 @@
33523352
"min": 0,
33533353
"valType": "number"
33543354
},
3355+
"minreducedheight": {
3356+
"description": "Minimum height of the plot with automargin applied (in px)",
3357+
"dflt": 64,
3358+
"editType": "plot",
3359+
"min": 2,
3360+
"valType": "number"
3361+
},
3362+
"minreducedwidth": {
3363+
"description": "Minimum width of the plot with automargin applied (in px)",
3364+
"dflt": 64,
3365+
"editType": "plot",
3366+
"min": 2,
3367+
"valType": "number"
3368+
},
33553369
"pad": {
33563370
"description": "Sets the amount of padding (in px) between the plotting area and the axis lines",
33573371
"dflt": 0,

0 commit comments

Comments
 (0)