|
@@ -369,8 +369,8 @@ public class PowerCompareController {
|
|
|
{
|
|
|
Map<String,Object> data=new LinkedHashMap<>();
|
|
|
data.put("yAxis",i);
|
|
|
- data.put("xAxis",xAxis+10);
|
|
|
- data.put("symbolSize",18);
|
|
|
+ data.put("xAxis",xAxis);
|
|
|
+ data.put("symbolSize",1);
|
|
|
data.put("symbol","circle");
|
|
|
|
|
|
Map<String,Object> itemStyle=new LinkedHashMap<>();
|
|
@@ -386,7 +386,7 @@ public class PowerCompareController {
|
|
|
normal2.put("position","right");
|
|
|
normal2.put("distance",12);
|
|
|
normal2.put("show",true);
|
|
|
- normal2.put("formatter","风能利用率"+wi.getLyl());
|
|
|
+ normal2.put("formatter","利用率"+wi.getLyl());
|
|
|
|
|
|
label.put("normal",normal2);
|
|
|
data.put("label",label);
|
|
@@ -462,8 +462,8 @@ public class PowerCompareController {
|
|
|
{
|
|
|
Map<String,Object> data=new LinkedHashMap<>();
|
|
|
data.put("yAxis",i);
|
|
|
- data.put("xAxis",xAxis+10);
|
|
|
- data.put("symbolSize",18);
|
|
|
+ data.put("xAxis",xAxis);
|
|
|
+ data.put("symbolSize",1);
|
|
|
data.put("symbol","circle");
|
|
|
|
|
|
Map<String,Object> itemStyle=new LinkedHashMap<>();
|
|
@@ -479,7 +479,7 @@ public class PowerCompareController {
|
|
|
normal2.put("position","right");
|
|
|
normal2.put("distance",12);
|
|
|
normal2.put("show",true);
|
|
|
- normal2.put("formatter","风能利用率"+wi.getLyl());
|
|
|
+ normal2.put("formatter","利用率"+wi.getLyl());
|
|
|
|
|
|
label.put("normal",normal2);
|
|
|
data.put("label",label);
|