Compare commits

...

2 Commits

View File

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