| src/views/home/components/rightContainer.vue | ●●●●● 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: {