NEZ-3083 fix:修改pointSize默认值等样式

This commit is contained in:
zyh
2023-09-11 15:03:23 +08:00
parent b8ea64fcce
commit 4e3f218951
17 changed files with 74 additions and 780 deletions

View File

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