Skip to content

Commit e3e0fce

Browse files
committed
radar type added
1 parent 34290f3 commit e3e0fce

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
@@ -8,6 +8,7 @@ export type I18nObjects = {
88
defaultFunnelChartOption: Record<string, unknown>;
99
defaultSankeyChartOption: Record<string, unknown>;
1010
defaultCandleStickChartOption: Record<string, unknown>;
11+
defaultRadarChartOption: Record<string, unknown>;
1112
defaultMapJsonOption: Record<string, unknown>;
1213
timeXAxisLabel?: XAXisComponentOption["axisLabel"];
1314
imageEditorLocale?: Record<string, string>;

0 commit comments

Comments
 (0)