Browse Source

Default bar chart data labels to false

pull/817/head
Andrew Kingston 6 years ago
parent
commit
3e06d393e1
  1. 2
      packages/builder/src/components/userInterface/temporaryPanelStructure.js
  2. 5
      packages/standard-components/components.json

2
packages/builder/src/components/userInterface/temporaryPanelStructure.js

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

5
packages/standard-components/components.json

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

Loading…
Cancel
Save