1. 调整 echarts 配置,解决 x 轴标签被遮住的问题
@@ -187,9 +187,9 @@ const option = computed<EChartsOption>(() => {
series,
grid: {
top: 10,
- right: 0,
+ right: 30,
bottom: 20,
- left: 0,
+ left: 30,
containLabel: true,
},
};