diff --git a/packages/builder/src/components/userInterface/temporaryPanelStructure.js b/packages/builder/src/components/userInterface/temporaryPanelStructure.js index 42410c62f3..aae2320d65 100644 --- a/packages/builder/src/components/userInterface/temporaryPanelStructure.js +++ b/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", diff --git a/packages/standard-components/components.json b/packages/standard-components/components.json index b9dab63fe2..30d9409e81 100644 --- a/packages/standard-components/components.json +++ b/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