fix:解决冲突

This commit is contained in:
zyh
2023-09-11 16:59:19 +08:00
19 changed files with 2757 additions and 897 deletions

View File

@@ -872,12 +872,12 @@ export default {
const seriesItem = {
name: '',
symbol: 'emptyCircle', // 去掉点
symbolSize: [2, 2],
symbolSize: 8,
showSymbol: false,
smooth: 0.2, // 曲线变平滑
data: [],
lineStyle: {
width: 1,
width: 2,
opacity: 0.9
},
type: 'line'