feat:折线图option支持config填写

This commit is contained in:
zyh
2023-09-11 16:49:51 +08:00
18 changed files with 105 additions and 868 deletions

View File

@@ -910,12 +910,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'