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