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