Thanks to visit codestin.com Credit goes to github.com
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 388a5b6 commit 3c71c2cCopy full SHA for 3c71c2c
‎client/packages/lowcoder-comps/src/i18n/comps/locales/types.tsx
@@ -11,6 +11,7 @@ export type I18nObjects = {
11
defaultRadarChartOption: Record<string, unknown>;
12
defaultHeatmapChartOption: Record<string, unknown>;
13
defaultGraphChartOption: Record<string, unknown>;
14
+ defaultTreeChartOption: Record<string, unknown>;
15
defaultMapJsonOption: Record<string, unknown>;
16
timeXAxisLabel?: XAXisComponentOption["axisLabel"];
17
imageEditorLocale?: Record<string, string>;
0 commit comments