NEZ-3083 fix:修改pointSize默认值等样式
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user