We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fc928d commit 0effd0fCopy full SHA for 0effd0f
test/plot-schema.json
@@ -3352,6 +3352,20 @@
3352
"min": 0,
3353
"valType": "number"
3354
},
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
3365
3366
3367
3368
3369
"pad": {
3370
"description": "Sets the amount of padding (in px) between the plotting area and the axis lines",
3371
"dflt": 0,
0 commit comments