()
| 178 | var Keys=[KeyFast,KeyExact,KeyAnalyser]; |
| 179 | var testScopes=[]; |
| 180 | var clearScopes=function(){ |
| 181 | for(var n=0;n<testScopes.length;n++){ |
| 182 | for(var i=0;i<Keys.length;i++){ |
| 183 | var item=testScopes[n][Keys[i]]; |
| 184 | if(item.chart)item.chart.dispose(); |
| 185 | } |
| 186 | } |
| 187 | testScopes=[]; |
| 188 | $(".echartsBox").remove(); |
| 189 | testSyncID++; |
| 190 | }; |
| 191 | var testSyncID=0; |
| 192 | |
| 193 | //调用测试 |
nothing calls this directly
no test coverage detected
searching dependent graphs…