readmes: update

This commit is contained in:
nym21
2025-04-01 00:24:27 +02:00
parent f49529fa70
commit 72389e0129
18 changed files with 79 additions and 40 deletions

View File

@@ -489,6 +489,7 @@ function createLegend({ parent, signals, utils }) {
anchor.href = url;
anchor.target = "_blank";
anchor.rel = "noopener noreferrer";
anchor.title = "Click to view data";
div.append(anchor);
}
},