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