From 1e5f13a80a974f5b6e6f66d6efdcf26ee405a590 Mon Sep 17 00:00:00 2001 From: Rastislav Vysoky Date: Fri, 27 Mar 2026 18:12:00 +0100 Subject: [PATCH] added filter by frequency, optimizations, bugfixes --- css/style.css | 5 ++ index.html | 11 ++- src/map.js | 235 +++++++++++++++++++++++++++++++++++--------------- 3 files changed, 181 insertions(+), 70 deletions(-) diff --git a/css/style.css b/css/style.css index 54b6274..3eefbb0 100644 --- a/css/style.css +++ b/css/style.css @@ -232,6 +232,11 @@ table.node-info tr td:last-child { opacity: 0.6; } +.svg-node-icon { + background: none !important; + border: none !important; +} + time { cursor: help; text-decoration: underline; diff --git a/index.html b/index.html index 920a2a2..9e0ea4a 100644 --- a/index.html +++ b/index.html @@ -29,8 +29,8 @@ -