@ -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": {