Replace TanStack/react-charts library (issue #2293) (#3151)

This commit is contained in:
lderuijter
2026-06-20 10:27:14 +02:00
committed by GitHub
parent f5ddf9a6ec
commit b9a1daed45
7 changed files with 388 additions and 420 deletions

View File

@@ -1,5 +1,5 @@
.container {
height: var(--chart-height, 175px);
height: var(--chart-height, 200px);
width: var(--chart-width);
background-color: var(--chart-bg, var(--color-bg-high));
border-radius: var(--radius-box);
@@ -28,7 +28,3 @@
width: 12px;
height: 12px;
}
.dotFocused {
outline: 3px solid var(--dot-color-outline);
}