peaf:降低项目echarts图表平滑数值true(0.5)-->0.2
This commit is contained in:
@@ -510,7 +510,7 @@
|
||||
let series={
|
||||
name: 'RX',
|
||||
symbol:'none', //去掉点
|
||||
smooth:true, //曲线变平滑
|
||||
smooth:0.2, //曲线变平滑
|
||||
data: [],
|
||||
type:'line',
|
||||
};
|
||||
@@ -542,7 +542,7 @@
|
||||
let series={
|
||||
name: 'TX',
|
||||
symbol:'none', //去掉点
|
||||
smooth:true, //曲线变平滑
|
||||
smooth:0.2, //曲线变平滑
|
||||
data: [],
|
||||
type:'line',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user