Compare commits

..

No commits in common. "5a85e39d947c3e7cc41b3eba2b5326bdfa789fa1" and "e274dd424c0c55c2517239d3fc607aef28da6313" have entirely different histories.

View File

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