diff --git a/src/components/Echart/LineChart.vue b/src/components/Echart/LineChart.vue index 7c479bb..898d609 100644 --- a/src/components/Echart/LineChart.vue +++ b/src/components/Echart/LineChart.vue @@ -29,11 +29,11 @@ type: Object, default: () => { return { - top: 50, - left: 0, - right: 0, - bottom: 10, - containLabel: true, // 是否包含坐标轴的刻度标签 + // top: 50, + // left: 5, + // right: 15, + // bottom: 10, + // containLabel: true, // 是否包含坐标轴的刻度标签 } }, },