@@ -358,21 +358,21 @@ export const enObj: I18nObjects = {
358
358
defaultRadarChartOption : {
359
359
color : [ '#6ee1d5' , '#a7dd85' ] ,
360
360
indicator : [
361
- { name : "Indicator 1 " , max : 100 } ,
362
- { name : "Indicator 2 " , max : 100 } ,
363
- { name : "Indicator 3 " , max : 100 } ,
364
- { name : "Indicator 4 " , max : 100 } ,
365
- { name : "Indicator 5 " , max : 100 } ,
366
- { name : "Indicator 6 " , max : 100 }
361
+ { name : "Performance " , max : 100 } ,
362
+ { name : "Reliability " , max : 100 } ,
363
+ { name : "Efficiency " , max : 100 } ,
364
+ { name : "User Satisfaction " , max : 100 } ,
365
+ { name : "Cost Effectiveness " , max : 100 } ,
366
+ { name : "Scalability " , max : 100 }
367
367
] ,
368
368
series : [
369
369
{
370
- "name" : "Data A " ,
371
- "value" : [ 90 , 80 , 70 , 70 , 80 , 70 ] ,
370
+ "name" : "Current System " ,
371
+ "value" : [ 85 , 72 , 78 , 65 , 82 , 68 ] ,
372
372
} ,
373
373
{
374
- name : "Data B " ,
375
- value : [ 60 , 60 , 40 , 50 , 50 , 40 ] ,
374
+ name : "Competitor System " ,
375
+ value : [ 67 , 82 , 58 , 73 , 45 , 79 ] ,
376
376
areaColor : '#ff00ff77' ,
377
377
lineColor : '#ff00ff77' ,
378
378
lineWidth : 2 ,
0 commit comments