MCPcopy Create free account
hub / github.com/aegeorge42/aegeorge42.github.io / clearGraph

Method clearGraph

View/Graph.js:83–90  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

81
82 // remove points but not bg
83 clearGraph(data){
84 for(var i=0;i<this.fakedata.points.length;i++){
85 this.bg.getChildAt(i).tint=0xFFFFFF;
86 }
87 for(var j =0; j<data.points.length;j++){
88 this.bg.removeChildAt(100);
89 }
90 }
91
92 clearGraphBg(){
93 for(var i=0;i<this.fakedata.points.length;i++){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected