Skip to content

Commit 8b48b91

Browse files
committed
new types added
1 parent 5d7138a commit 8b48b91

File tree

1 file changed

+3
-0
lines changed
  • client/packages/lowcoder-comps/src/i18n/comps/locales

1 file changed

+3
-0
lines changed

client/packages/lowcoder-comps/src/i18n/comps/locales/types.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ import { XAXisComponentOption } from "echarts";
44
export type I18nObjects = {
55
defaultDataSource: JSONObject[];
66
defaultEchartsJsonOption: Record<string, unknown>;
7+
defaultGaugeChartOption: Record<string, unknown>;
8+
defaultFunnelChartOption: Record<string, unknown>;
9+
defaultSankeyChartOption: Record<string, unknown>;
710
defaultMapJsonOption: Record<string, unknown>;
811
timeXAxisLabel?: XAXisComponentOption["axisLabel"];
912
imageEditorLocale?: Record<string, string>;

0 commit comments

Comments
 (0)