more chart development

This commit is contained in:
2026-01-27 17:16:36 +11:00
parent 47df7bc431
commit 2953690d5c
5 changed files with 306 additions and 65 deletions

View File

@@ -53,7 +53,9 @@ body {
.controls {
display: flex;
gap: 10px;
gap: 12px;
flex-wrap: wrap;
align-items: center;
}
.btn {
@@ -79,6 +81,15 @@ body {
color: var(--accent);
}
.segmented {
display: inline-flex;
border: 1px solid rgba(123, 223, 242, 0.2);
border-radius: 999px;
padding: 4px;
gap: 6px;
background: rgba(12, 22, 28, 0.45);
}
.layout {
display: grid;
grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.6fr);