|
@@ -195,6 +195,10 @@ Diagram.prototype={
|
|
|
|
|
|
drawMultiCurve:function(){
|
|
|
this.lineGroup.getLines().forEach(line=>{
|
|
|
+
|
|
|
+ //绘制数据前进行滤波
|
|
|
+ line.datas=Utils.waveFilter(line.datas,6)
|
|
|
+
|
|
|
let curveShape= new createjs.Shape();
|
|
|
//this.stage.addChild(curveShape)
|
|
|
this.drawCurve(line,curveShape.graphics)
|