peaf:降低项目echarts图表平滑数值true(0.5)-->0.2
This commit is contained in:
@@ -388,7 +388,7 @@
|
||||
name: '',
|
||||
symbol: 'emptyCircle', //去掉点
|
||||
symbolSize: [2, 2],
|
||||
smooth: true, //曲线变平滑
|
||||
smooth: 0.2, //曲线变平滑
|
||||
showSymbol: false,
|
||||
data: [],
|
||||
type: chartItem.type,
|
||||
@@ -1094,7 +1094,7 @@
|
||||
name: '',
|
||||
symbol:'emptyCircle', //去掉点
|
||||
symbolSize:[2,2],
|
||||
smooth:true, //曲线变平滑
|
||||
smooth:0.2, //曲线变平滑
|
||||
showSymbol:false,
|
||||
data: [],
|
||||
type:this.chart.type,
|
||||
|
||||
Reference in New Issue
Block a user