We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34290f3 commit e3e0fceCopy full SHA for e3e0fce
client/packages/lowcoder-comps/src/i18n/comps/locales/types.tsx
@@ -8,6 +8,7 @@ export type I18nObjects = {
8
defaultFunnelChartOption: Record<string, unknown>;
9
defaultSankeyChartOption: Record<string, unknown>;
10
defaultCandleStickChartOption: Record<string, unknown>;
11
+ defaultRadarChartOption: Record<string, unknown>;
12
defaultMapJsonOption: Record<string, unknown>;
13
timeXAxisLabel?: XAXisComponentOption["axisLabel"];
14
imageEditorLocale?: Record<string, string>;
0 commit comments