Skip to content

Commit 3c71c2c

Browse files
committed
tree chart type added
1 parent 388a5b6 commit 3c71c2c

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
@@ -11,6 +11,7 @@ export type I18nObjects = {
1111
defaultRadarChartOption: Record<string, unknown>;
1212
defaultHeatmapChartOption: Record<string, unknown>;
1313
defaultGraphChartOption: Record<string, unknown>;
14+
defaultTreeChartOption: Record<string, unknown>;
1415
defaultMapJsonOption: Record<string, unknown>;
1516
timeXAxisLabel?: XAXisComponentOption["axisLabel"];
1617
imageEditorLocale?: Record<string, string>;

0 commit comments

Comments
 (0)