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 cdb0999 commit 36b216fCopy full SHA for 36b216f
client/packages/lowcoder-comps/src/i18n/comps/locales/types.tsx
@@ -7,6 +7,7 @@ export type I18nObjects = {
7
defaultGaugeChartOption: Record<string, unknown>;
8
defaultFunnelChartOption: Record<string, unknown>;
9
defaultSankeyChartOption: Record<string, unknown>;
10
+ defaultCandleStickChartOption: Record<string, unknown>;
11
defaultMapJsonOption: Record<string, unknown>;
12
timeXAxisLabel?: XAXisComponentOption["axisLabel"];
13
imageEditorLocale?: Record<string, string>;
0 commit comments