From 3e06d393e1e5dac37a2b5fe1e837fa5f5bee98c2 Mon Sep 17 00:00:00 2001 From: Andrew Kingston Date: Tue, 3 Nov 2020 10:11:31 +0000 Subject: [PATCH] Default bar chart data labels to false --- .../src/components/userInterface/temporaryPanelStructure.js | 2 +- packages/standard-components/components.json | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) 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