Compare commits
2 Commits
e274dd424c
...
5a85e39d94
Author | SHA1 | Date | |
---|---|---|---|
5a85e39d94 | |||
454a5abf32 |
@ -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%",
|
||||
},
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user