We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61807ba commit d692c7eCopy full SHA for d692c7e
src/plots/layout_attributes.js
@@ -230,17 +230,17 @@ module.exports = {
230
},
231
minreducedwidth: {
232
valType: 'number',
233
- min: 0,
+ min: 2,
234
dflt: 64,
235
editType: 'plot',
236
- description: 'Minimum width of the plot with automargin applied.'
+ description: 'Minimum width of the plot with automargin applied (in px)'
237
238
minreducedheight: {
239
240
241
242
243
- description: 'Minimum height of the plot with automargin applied.'
+ description: 'Minimum height of the plot with automargin applied (in px)'
244
245
autoexpand: {
246
valType: 'boolean',
0 commit comments