Skip to content

Commit

Permalink
[IMP] charts: export all chart side panels
Browse files Browse the repository at this point in the history
closes #5149

Task: 4266486
Signed-off-by: Lucas Lefèvre (lul) <[email protected]>
  • Loading branch information
hokolomopo committed Nov 25, 2024
1 parent c90f65e commit fbd25b1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ import {
import { supportedPivotPositionalFormulaRegistry } from "./helpers/pivot/pivot_positional_formula_registry";

import { CellComposerStore } from "./components/composer/composer/cell_composer_store";
import { ComboChartDesignPanel } from "./components/side_panel/chart/combo_chart/combo_chart_design_panel";
import { RadarChartDesignPanel } from "./components/side_panel/chart/radar_chart/radar_chart_design_panel";
import { WaterfallChartDesignPanel } from "./components/side_panel/chart/waterfall_chart/waterfall_chart_design_panel";
import { SidePanelCollapsible } from "./components/side_panel/components/collapsible/side_panel_collapsible";
import { RadioSelection } from "./components/side_panel/components/radio_selection/radio_selection";
import { PivotMeasureDisplayPanelStore } from "./components/side_panel/pivot/pivot_measure_display_panel/pivot_measure_display_panel_store";
Expand Down Expand Up @@ -370,6 +373,9 @@ export const components = {
GaugeChartDesignPanel,
ScorecardChartConfigPanel,
ScorecardChartDesignPanel,
RadarChartDesignPanel,
WaterfallChartDesignPanel,
ComboChartDesignPanel,
ChartTypePicker,
FigureComponent,
Menu,
Expand Down

0 comments on commit fbd25b1

Please sign in to comment.