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 a3263f1 commit 3a6fc9cCopy full SHA for 3a6fc9c
src/components/legend/attributes.js
@@ -107,7 +107,7 @@ module.exports = {
107
},
108
indentation: {
109
valType: 'number',
110
- min: 0,
+ min: -15,
111
dflt: 0,
112
editType: 'legend',
113
description: 'Sets the indentation (in px) of the legend entries.',
test/plot-schema.json
@@ -2852,7 +2852,7 @@
2852
"description": "Sets the indentation (in px) of the legend entries.",
2853
"dflt": 0,
2854
"editType": "legend",
2855
- "min": 0,
+ "min": -15,
2856
"valType": "number"
2857
2858
"itemclick": {
0 commit comments