mirror of
https://github.com/zaphar/Heracles.git
synced 2025-07-23 04:29:48 -04:00
fix: finish up #21
This commit is contained in:
parent
a0b3956d8a
commit
f227a0058c
@ -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() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user