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