fix: finish up #21

This commit is contained in:
Jeremy Wall 2024-03-21 18:57:46 -04:00
parent a0b3956d8a
commit f227a0058c

View File

@ -159,7 +159,7 @@ export class GraphPlot extends HTMLElement {
this.#step_duration = this.getAttribute('step-duration') || null; this.#step_duration = this.getAttribute('step-duration') || null;
this.#d3TickFormat = this.getAttribute('d3-tick-format') || this.#d3TickFormat; this.#d3TickFormat = this.getAttribute('d3-tick-format') || this.#d3TickFormat;
this.#allowUriFilters = Boolean(this.getAttribute('allow-uri-filters')); this.#allowUriFilters = Boolean(this.getAttribute('allow-uri-filters'));
this.reset(); this.reset(true);
} }
disconnectedCallback() { disconnectedCallback() {