Skip to content

Commit 6d2da93

Browse files
committed
treemap chart type added
1 parent d930685 commit 6d2da93

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
@@ -12,6 +12,7 @@ export type I18nObjects = {
1212
defaultHeatmapChartOption: Record<string, unknown>;
1313
defaultGraphChartOption: Record<string, unknown>;
1414
defaultTreeChartOption: Record<string, unknown>;
15+
defaultTreemapChartOption: Record<string, unknown>;
1516
defaultMapJsonOption: Record<string, unknown>;
1617
timeXAxisLabel?: XAXisComponentOption["axisLabel"];
1718
imageEditorLocale?: Record<string, string>;

0 commit comments

Comments
 (0)