guanqb
2022-11-12 54dd1e735017f896fe83158cadb630fbaa8d75f7
Merge branch 'master' of http://192.168.0.105:10010/r/srs-police-affairs
1 files modified
33 ■■■■■ changed files
src/views/home/components/rightContainer.vue 33 ●●●●● patch | view | raw | blame | history
src/views/home/components/rightContainer.vue
@@ -330,7 +330,38 @@
                    {
                        data: seriesData,
                        type: 'line',
                        smooth: true
                        smooth: true,
                        areaStyle: {
                            normal: {
                                //渐变色
                                color: new this.$echarts.graphic.LinearGradient(
                                    0,
                                    0,
                                    0,
                                    1,
                                    [
                                        {
                                            //波形图渐变色样式
                                            offset: 0,
                                            color: "rgba(3, 108, 255, 0.7)"
                                        },
                                        {
                                            offset: 0.8,
                                            color: "rgba(3, 108, 255, 0.1)"
                                        }
                                    ],
                                    false
                                )
                            }
                        },
                        itemStyle: {
                            normal: {
                                color: 'red', //改变折线点的颜色
                                lineStyle: {
                                    color: 'rgba(3, 108, 255, 1)' //改变折线颜色
                                }
                            }
                        }
                    }
                ],
                grid: {