website: snapshot

This commit is contained in:
nym21
2026-01-21 22:25:20 +01:00
parent c22c16044c
commit 77505ca7cb
5 changed files with 200 additions and 229 deletions

View File

@@ -55,7 +55,7 @@ export function createLegend() {
inputName: stringToId(`selected-${series.id}`),
inputValue: "value",
title: "Click to toggle",
inputChecked: series.active(),
inputChecked: series.active.value,
onClick: () => {
series.setActive(input.checked);
},