mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-25 07:09:59 -07:00
website: snapshot
This commit is contained in:
@@ -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);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user