* @function Graph.prototype.clearCache * @description 清除缓存。
()
| 384 | * @description 清除缓存。 |
| 385 | */ |
| 386 | clearCache() { |
| 387 | this.cache = {}; |
| 388 | this.charts = []; |
| 389 | } |
| 390 | |
| 391 | /** |
| 392 | * @function Graph.prototype.removeFeatures |
no outgoing calls
no test coverage detected