Skip to content

Commit 36b216f

Browse files
committed
candlestick type added
1 parent cdb0999 commit 36b216f

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export type I18nObjects = {
77
defaultGaugeChartOption: Record<string, unknown>;
88
defaultFunnelChartOption: Record<string, unknown>;
99
defaultSankeyChartOption: Record<string, unknown>;
10+
defaultCandleStickChartOption: Record<string, unknown>;
1011
defaultMapJsonOption: Record<string, unknown>;
1112
timeXAxisLabel?: XAXisComponentOption["axisLabel"];
1213
imageEditorLocale?: Record<string, string>;

0 commit comments

Comments
 (0)