|
@@ -121,9 +121,9 @@ export default {
|
|
},
|
|
},
|
|
},
|
|
},
|
|
grid: {
|
|
grid: {
|
|
- left: "4%",
|
|
|
|
|
|
+ left: "6%",
|
|
top: "18%",
|
|
top: "18%",
|
|
- right: "5%",
|
|
|
|
|
|
+ right: "8%",
|
|
bottom: "22%",
|
|
bottom: "22%",
|
|
},
|
|
},
|
|
legend: {
|
|
legend: {
|
|
@@ -211,7 +211,7 @@ export default {
|
|
},
|
|
},
|
|
axisLabel: {
|
|
axisLabel: {
|
|
show: true,
|
|
show: true,
|
|
- formatter: "{value} %", //右侧Y轴文字显示
|
|
|
|
|
|
+ formatter: "{value} ", //右侧Y轴文字显示
|
|
textStyle: {
|
|
textStyle: {
|
|
color: "#fff",
|
|
color: "#fff",
|
|
fontSize: 10,
|
|
fontSize: 10,
|