Default bar chart data labels to false
This commit is contained in:
parent
8e705b096d
commit
2e35ec6c96
|
@ -591,7 +591,7 @@ export default {
|
||||||
key: "dataLabels",
|
key: "dataLabels",
|
||||||
control: Checkbox,
|
control: Checkbox,
|
||||||
valueKey: "checked",
|
valueKey: "checked",
|
||||||
defaultValue: true,
|
defaultValue: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "Animate",
|
label: "Animate",
|
||||||
|
|
|
@ -563,10 +563,7 @@
|
||||||
},
|
},
|
||||||
"width": "number",
|
"width": "number",
|
||||||
"horizontal": "bool",
|
"horizontal": "bool",
|
||||||
"dataLabels": {
|
"dataLabels": "bool",
|
||||||
"type": "bool",
|
|
||||||
"default": true
|
|
||||||
},
|
|
||||||
"animate": {
|
"animate": {
|
||||||
"type": "bool",
|
"type": "bool",
|
||||||
"default": true
|
"default": true
|
||||||
|
|
Loading…
Reference in New Issue