1
0
Fork 0
mirror of synced 2024-07-02 04:50:44 +12:00

Default bar chart data labels to false

This commit is contained in:
Andrew Kingston 2020-11-03 10:11:31 +00:00
parent ff15205277
commit 3e06d393e1
2 changed files with 2 additions and 5 deletions

View file

@ -591,7 +591,7 @@ export default {
key: "dataLabels",
control: Checkbox,
valueKey: "checked",
defaultValue: true,
defaultValue: false,
},
{
label: "Animate",

View file

@ -563,10 +563,7 @@
},
"width": "number",
"horizontal": "bool",
"dataLabels": {
"type": "bool",
"default": true
},
"dataLabels": "bool",
"animate": {
"type": "bool",
"default": true