Skip to content

Commit 46f8b8d

Browse files
committed
treemap chart data added
1 parent 6d2da93 commit 46f8b8d

File tree

1 file changed

+11
-0
lines changed
  • client/packages/lowcoder-comps/src/i18n/comps/locales

1 file changed

+11
-0
lines changed

client/packages/lowcoder-comps/src/i18n/comps/locales/enObj.tsx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,17 @@ export const enObj: I18nObjects = {
299299
]
300300
}]
301301
},
302+
defaultTreemapChartOption: {
303+
data: [
304+
{
305+
name: "Parent",
306+
children: [
307+
{name: "Child 1", value: 10},
308+
{name: "Child 2", value: 20}
309+
]
310+
}
311+
]
312+
},
302313

303314
defaultMapJsonOption: defaultMapData,
304315
};

0 commit comments

Comments
 (0)