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 ad79dda commit ddcb3e9Copy full SHA for ddcb3e9
‎client/packages/lowcoder-comps/src/i18n/comps/locales/enObj.tsx
@@ -263,6 +263,21 @@ export const enObj: I18nObjects = {
263
[6, 2, 10]
264
]
265
},
266
+ defaultGraphChartOption: {
267
+ categories: [
268
+ {name: "Nodes"},
269
+ {name: "Edges"}
270
+ ],
271
+ nodes: [
272
+ {name: "Node 1", category: 0},
273
+ {name: "Node 2", category: 0},
274
+ {name: "Node 3", category: 0}
275
276
+ links: [
277
+ {source: "Node 1", target: "Node 2", category: 1},
278
+ {source: "Node 2", target: "Node 3", category: 1}
279
+ ]
280
+ },
281
282
defaultMapJsonOption: defaultMapData,
283
};
0 commit comments