From f227a0058cedbafc157fa8ae9183e0dba21e3cef Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Thu, 21 Mar 2024 18:57:46 -0400 Subject: [PATCH] fix: finish up #21 --- static/lib.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/lib.js b/static/lib.js index 5408137..5c0d93d 100644 --- a/static/lib.js +++ b/static/lib.js @@ -159,7 +159,7 @@ export class GraphPlot extends HTMLElement { this.#step_duration = this.getAttribute('step-duration') || null; this.#d3TickFormat = this.getAttribute('d3-tick-format') || this.#d3TickFormat; this.#allowUriFilters = Boolean(this.getAttribute('allow-uri-filters')); - this.reset(); + this.reset(true); } disconnectedCallback() {