fix: legend CSS, SI prefix for x-axis ticks, table sort cleanup

This commit is contained in:
Sebastian Seedorf
2026-06-03 13:00:34 +02:00
parent 3506d1f6c5
commit 654d3849eb
6 changed files with 20 additions and 30 deletions

View File

@@ -14,4 +14,8 @@ body {
background: var(--background);
color: var(--foreground);
font-family: ui-sans-serif, system-ui, sans-serif;
}
.u-legend .u-series:first-child {
display: none;
}