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

部分图表显示不全调整

parent cc0bbc47
......@@ -517,7 +517,7 @@
},
grid: {
top: '20%',
left: '-8%',
left: '-0%',
right: '4%',
bottom: '3%',
containLabel: true
......@@ -531,6 +531,7 @@
color: "white"
}
},
axisLine: {
show: true,
lineStyle: {
......@@ -539,7 +540,10 @@
},
axisLabel: {
show: true,
color: 'white'
color: 'white',
interval: 0, // 确保所有标签都显示
rotate: 15,
fontSize: 10,
}
}],
yAxis: [{
......@@ -701,7 +705,10 @@
},
axisLabel: {
show: true,
color: 'white'
color: 'white',
interval: 0, // 确保所有标签都显示
rotate: 15,
fontSize: 10,
}
}],
yAxis: [{
......@@ -786,10 +793,13 @@
color: "white"
}
},
axisLabel: {
show: true,
color: 'white'
}
axisLabel: {
show: true,
color: 'white',
interval: 0, // 确保所有标签都显示
rotate: 15,
fontSize: 10,
}
}],
yAxis: [{
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