diff --git a/src/graphEntry.ts b/src/graphEntry.ts index 1a5bf48..8aa5bff 100644 --- a/src/graphEntry.ts +++ b/src/graphEntry.ts @@ -107,7 +107,7 @@ export default class GraphEntry { } set cache(cache: boolean) { - this._cache = cache; + this._cache = this._config.statistics ? false : cache; } get lastState(): number | null {