forked from drone/command-center-dashboard

罗广辉
2025-04-12 5e0817661e2b111d2e4ec117659b60193a89c7ad
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: [], // 示例数据,根据实际完成率计算
   },
}