From fee0aea494b3005d30daf7ed0ae4ba974194168a Mon Sep 17 00:00:00 2001 From: Anthony Hendrickx Date: Wed, 15 Jan 2025 14:26:25 +0100 Subject: [PATCH] [REM] chart: remove unused combochart config panel Task: 0 --- .../combo_chart/combo_chart_config_panel.ts | 11 ------- .../combo_chart/combo_chart_config_panel.xml | 29 ------------------- 2 files changed, 40 deletions(-) delete mode 100644 src/components/side_panel/chart/combo_chart/combo_chart_config_panel.ts delete mode 100644 src/components/side_panel/chart/combo_chart/combo_chart_config_panel.xml diff --git a/src/components/side_panel/chart/combo_chart/combo_chart_config_panel.ts b/src/components/side_panel/chart/combo_chart/combo_chart_config_panel.ts deleted file mode 100644 index b81caacb8e..0000000000 --- a/src/components/side_panel/chart/combo_chart/combo_chart_config_panel.ts +++ /dev/null @@ -1,11 +0,0 @@ -import { GenericChartConfigPanel } from "../building_blocks/generic_side_panel/config_panel"; - -export class ComboChartConfigPanel extends GenericChartConfigPanel { - static template = "o-spreadsheet-ComboChartConfigPanel"; - - onInvertAxesToggled(invertAxes: boolean) { - this.props.updateChart(this.props.figureId, { - invertAxes, - }); - } -} diff --git a/src/components/side_panel/chart/combo_chart/combo_chart_config_panel.xml b/src/components/side_panel/chart/combo_chart/combo_chart_config_panel.xml deleted file mode 100644 index 238cdfe5f9..0000000000 --- a/src/components/side_panel/chart/combo_chart/combo_chart_config_panel.xml +++ /dev/null @@ -1,29 +0,0 @@ - - -
- -
- -
- - - -
-
-