We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37a237a commit db9ce0fCopy full SHA for db9ce0f
src/components/interface.js
@@ -27,7 +27,7 @@ const options = {
27
require: true,
28
validator: (val) => val >= -100 && val <= 100,
29
},
30
- legendValue: {
+ legend: {
31
type: [Number, String],
32
required: false,
33
validator: (value) => !Number.isNaN(parseFloat(value.toString().replace(",", "."))),
0 commit comments