@@ -358,21 +358,21 @@ export const enObj: I18nObjects = {
358358 defaultRadarChartOption : {
359359 color : [ '#6ee1d5' , '#a7dd85' ] ,
360360 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 }
367367 ] ,
368368 series : [
369369 {
370- "name" : "Data A " ,
371- "value" : [ 90 , 80 , 70 , 70 , 80 , 70 ] ,
370+ "name" : "Current System " ,
371+ "value" : [ 85 , 72 , 78 , 65 , 82 , 68 ] ,
372372 } ,
373373 {
374- name : "Data B " ,
375- value : [ 60 , 60 , 40 , 50 , 50 , 40 ] ,
374+ name : "Competitor System " ,
375+ value : [ 67 , 82 , 58 , 73 , 45 , 79 ] ,
376376 areaColor : '#ff00ff77' ,
377377 lineColor : '#ff00ff77' ,
378378 lineWidth : 2 ,
0 commit comments