From 8742c936d27acd36eb3ddbbb8c8c158311a6905e Mon Sep 17 00:00:00 2001 From: Andrew Kingston Date: Wed, 4 Nov 2020 14:27:19 +0000 Subject: [PATCH] Remove additional unused chart settings --- .../userInterface/temporaryPanelStructure.js | 30 ------------------- packages/standard-components/components.json | 20 ------------- 2 files changed, 50 deletions(-) diff --git a/packages/builder/src/components/userInterface/temporaryPanelStructure.js b/packages/builder/src/components/userInterface/temporaryPanelStructure.js index 728a611746..6626ca2ed3 100644 --- a/packages/builder/src/components/userInterface/temporaryPanelStructure.js +++ b/packages/builder/src/components/userInterface/temporaryPanelStructure.js @@ -469,12 +469,6 @@ export default { key: "xAxisLabel", control: Input, }, - // { - // label: "Color", - // key: "color", - // control: Colorpicker, - // defaultValue: "#4285f4", - // }, { label: "Width", key: "width", @@ -563,12 +557,6 @@ export default { key: "xAxisLabel", control: Input, }, - // { - // label: "Color", - // key: "color", - // control: Colorpicker, - // defaultValue: "#4285f4", - // }, { label: "Width", key: "width", @@ -657,12 +645,6 @@ export default { key: "xAxisLabel", control: Input, }, - // { - // label: "Color", - // key: "color", - // control: Colorpicker, - // defaultValue: "#4285f4", - // }, { label: "Width", key: "width", @@ -748,12 +730,6 @@ export default { dependsOn: "datasource", control: TableViewFieldSelect, }, - // { - // label: "Color", - // key: "color", - // control: Colorpicker, - // defaultValue: "#4285f4", - // }, { label: "Width", key: "width", @@ -818,12 +794,6 @@ export default { dependsOn: "datasource", control: TableViewFieldSelect, }, - // { - // label: "Color", - // key: "color", - // control: Colorpicker, - // defaultValue: "#4285f4", - // }, { label: "Width", key: "width", diff --git a/packages/standard-components/components.json b/packages/standard-components/components.json index 1874a59a3f..3507aef1fe 100644 --- a/packages/standard-components/components.json +++ b/packages/standard-components/components.json @@ -404,10 +404,6 @@ "datasource": "tables", "labelColumn": "string", "valueColumns": "string", - "color": { - "type": "string", - "default": "#4285f4" - }, "height": { "type": "number", "default": "400" @@ -439,10 +435,6 @@ "datasource": "tables", "labelColumn": "string", "valueColumns": "string", - "color": { - "type": "string", - "default": "#4285f4" - }, "height": { "type": "number", "default": "400" @@ -485,10 +477,6 @@ "datasource": "tables", "labelColumn": "string", "valueColumns": "string", - "color": { - "type": "string", - "default": "#4285f4" - }, "height": { "type": "number", "default": "400" @@ -536,10 +524,6 @@ "datasource": "tables", "labelColumn": "string", "valueColumn": "string", - "color": { - "type": "string", - "default": "#4285f4" - }, "height": { "type": "number", "default": "200" @@ -564,10 +548,6 @@ "datasource": "tables", "labelColumn": "string", "valueColumn": "string", - "color": { - "type": "string", - "default": "#4285f4" - }, "height": { "type": "number", "default": "200"