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

Method clearGraph_all

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

Source from the content-addressed store, hash-verified

96 }
97
98 clearGraph_all(data){
99 for(var j =0; j<data.points.length;j++){
100 this.bg.removeChildAt(100);
101 }
102
103 for(var i=0; i<100; i++){
104 this.bg.removeChildAt(0);
105 }
106 }
107
108 populateGraph(data){
109 for(var i =0; i<data.points.length;i++){

Callers 1

drawDataButtonsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected