Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 34290f3

Browse files
committed
radar options added
1 parent 50622f0 commit 34290f3

File tree

1 file changed

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

1 file changed

+29
-0
lines changed

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

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,35 @@ export const enObj: I18nObjects = {
203203
[90, 180, 70, 160]
204204
]
205205
},
206+
defaultRadarChartOption: {
207+
indicator: [
208+
{ name: "Indicator 1", max: 100 },
209+
{ name: "Indicator 2", max: 100 },
210+
{ name: "Indicator 3", max: 100 },
211+
{ name: "Indicator 4", max: 100 },
212+
{ name: "Indicator 5", max: 100 }
213+
],
214+
series: [
215+
{
216+
"name": "Data 1",
217+
"data": [
218+
{
219+
"value": [90, 80, 70, 60, 50],
220+
"name": "Data 1"
221+
}
222+
]
223+
},
224+
{
225+
"name": "Data 2",
226+
"data": [
227+
{
228+
"value": [70, 60, 50, 40, 30],
229+
"name": "Data 2"
230+
}
231+
]
232+
}
233+
]
234+
},
206235

207236
defaultMapJsonOption: defaultMapData,
208237
};

0 commit comments

Comments
 (0)