update maps path

This commit is contained in:
Vincent van der Wal
2026-07-19 14:32:28 +02:00
parent 0526d71716
commit 9e1944396e
8 changed files with 1198 additions and 1708 deletions
+7 -7
View File
@@ -51,7 +51,7 @@
/* Tooltip marker dots — make them slightly larger and rounded */
.echarts-tooltip .echarts-tooltip-marker,
.echarts-tooltip span[style*="border-radius"] {
.echarts-tooltip span[style*='border-radius'] {
display: inline-block;
vertical-align: middle;
margin-right: 0.25rem;
@@ -97,14 +97,14 @@
/* ─── Toolbox Icon Overrides ───────────────────────────────────────────────── */
/* Make sure the toolbox icons are visually subtle until hovered */
.echart-wrapper [class*="toolbox"],
.echarts-container [class*="toolbox"] {
.echart-wrapper [class*='toolbox'],
.echarts-container [class*='toolbox'] {
opacity: 0.6;
transition: opacity 150ms ease;
}
.echart-wrapper:hover [class*="toolbox"],
.echarts-container:hover [class*="toolbox"] {
.echart-wrapper:hover [class*='toolbox'],
.echarts-container:hover [class*='toolbox'] {
opacity: 1;
}
@@ -145,8 +145,8 @@
}
/* Hide interactive elements when printing */
.echart-wrapper [class*="toolbox"],
.echarts-container [class*="toolbox"],
.echart-wrapper [class*='toolbox'],
.echarts-container [class*='toolbox'],
.chart-toolbar {
display: none !important;
}