* @function GraphThemeLayer.prototype.clearCache * @description 清除缓存。
()
| 362 | * @description 清除缓存。 |
| 363 | */ |
| 364 | clearCache() { |
| 365 | this.cache = {}; |
| 366 | this.charts = []; |
| 367 | } |
| 368 | |
| 369 | /** |
| 370 | * @function GraphThemeLayer.prototype.removeFeatures |
no outgoing calls
no test coverage detected