Commit bf93220a authored by 李苏's avatar 李苏 💬

部分图表显示不全调整

parent cc0bbc47
...@@ -517,7 +517,7 @@ ...@@ -517,7 +517,7 @@
}, },
grid: { grid: {
top: '20%', top: '20%',
left: '-8%', left: '-0%',
right: '4%', right: '4%',
bottom: '3%', bottom: '3%',
containLabel: true containLabel: true
...@@ -531,6 +531,7 @@ ...@@ -531,6 +531,7 @@
color: "white" color: "white"
} }
}, },
axisLine: { axisLine: {
show: true, show: true,
lineStyle: { lineStyle: {
...@@ -539,7 +540,10 @@ ...@@ -539,7 +540,10 @@
}, },
axisLabel: { axisLabel: {
show: true, show: true,
color: 'white' color: 'white',
interval: 0, // 确保所有标签都显示
rotate: 15,
fontSize: 10,
} }
}], }],
yAxis: [{ yAxis: [{
...@@ -701,7 +705,10 @@ ...@@ -701,7 +705,10 @@
}, },
axisLabel: { axisLabel: {
show: true, show: true,
color: 'white' color: 'white',
interval: 0, // 确保所有标签都显示
rotate: 15,
fontSize: 10,
} }
}], }],
yAxis: [{ yAxis: [{
...@@ -786,10 +793,13 @@ ...@@ -786,10 +793,13 @@
color: "white" color: "white"
} }
}, },
axisLabel: { axisLabel: {
show: true, show: true,
color: 'white' color: 'white',
} interval: 0, // 确保所有标签都显示
rotate: 15,
fontSize: 10,
}
}], }],
yAxis: [{ yAxis: [{
show: false // 隐藏 y 轴 show: false // 隐藏 y 轴
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment