Skip to content

Commit

Permalink
[IMP] index: export ChartTerms
Browse files Browse the repository at this point in the history
closes #5262

Task: 4290275
Signed-off-by: Lucas Lefèvre (lul) <[email protected]>
  • Loading branch information
hokolomopo committed Nov 25, 2024
1 parent baac24b commit c90f65e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ import { SidePanelCollapsible } from "./components/side_panel/components/collaps
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";
import { TextInput } from "./components/text_input/text_input";
import { ChartTerms } from "./components/translations_terms";
import * as CHART_HELPERS from "./helpers/figures/charts";
import * as CHART_RUNTIME_HELPERS from "./helpers/figures/charts/runtime";
import {
Expand Down Expand Up @@ -429,6 +430,7 @@ export const constants = {
DEFAULT_LOCALE,
HIGHLIGHT_COLOR,
PIVOT_TABLE_CONFIG,
ChartTerms,
};

export const chartHelpers = { ...CHART_HELPERS, ...CHART_RUNTIME_HELPERS };
Expand Down

0 comments on commit c90f65e

Please sign in to comment.