From 1f64bf8d1674b43d57dc06b7388ae99172c05fd0 Mon Sep 17 00:00:00 2001 From: Martin McKeaveney Date: Wed, 3 Jun 2020 20:38:46 +0100 Subject: [PATCH] charttype prop for datachart --- .../userInterface/temporaryPanelStructure.js | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/packages/builder/src/components/userInterface/temporaryPanelStructure.js b/packages/builder/src/components/userInterface/temporaryPanelStructure.js index 305441654e..747a71f10a 100644 --- a/packages/builder/src/components/userInterface/temporaryPanelStructure.js +++ b/packages/builder/src/components/userInterface/temporaryPanelStructure.js @@ -323,7 +323,20 @@ export default { label: "Chart Type", key: "type", control: OptionSelect, - options: ["column2d", "password"], + options: [ + "column2d", + "column3d", + "line", + "area2d", + "bar2d", + "bar3d", + "pie2d", + "pie3d", + "doughnut2d", + "doughnut3d", + "pareto2d", + "pareto3d" + ] }, ], },