src/views/Home/EventOverviewDetail/EventOverviewDetailLeft/EventTrendAnalysis.vue
@@ -74,6 +74,18 @@ emphasis: { focus: 'series', }, areaStyle: { color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [ { offset: 0, color: 'rgba(24, 141, 240, 0.4)', // 顶部颜色 }, { offset: 1, color: 'rgba(24, 141, 240, 0)', // 底部颜色 }, ]), }, data: [], // 示例数据,根据实际完成率计算 }, }