Compare commits

..

2 Commits

View File

@ -607,8 +607,11 @@ export default {
legend: { show: true, top: "bottom", left: "center" }, legend: { show: true, top: "bottom", left: "center" },
yAxis: [ yAxis: [
{ {
name: '1', name: "",
type: "value", type: "value",
axisLabel: {
color: '#252525',
},
axisLine: { axisLine: {
show: true, show: true,
lineStyle: { lineStyle: {
@ -631,14 +634,15 @@ export default {
}, },
}, },
{ {
name: "2", name: "",
type: "value", type: "value",
max:100, axisLabel: {
min:0, color: '#252525',
},
axisLine: { axisLine: {
show: true, show: true,
lineStyle: { lineStyle: {
color: "#25252545", color: "#000",
}, },
}, },
splitLine: { splitLine: {
@ -696,7 +700,8 @@ export default {
}, },
], ],
grid: { grid: {
left: "10%", left: "8%",
right: '8%',
bottom: "15%", bottom: "15%",
}, },
}) })