diff --git a/class/crender.class.js b/class/crender.class.js index 558d5d0..b919766 100644 --- a/class/crender.class.js +++ b/class/crender.class.js @@ -151,7 +151,7 @@ CRender.prototype.delGraph = function (graph) { * @return {Undefined} Void */ CRender.prototype.delAllGraph = function () { - this.graphs.forEach(graph => graph.delProcessor()) + this.graphs.forEach(graph => graph.delProcessor(this)) this.drawAllGraph() }