Chart builder: data-aware defaults, one-click hint fixes, canvas preview, fullscreen modal

This commit is contained in:
2026-06-10 17:10:18 +03:00
parent 68a044752f
commit 62d0697f0e
20 changed files with 1133 additions and 73 deletions
+8
View File
@@ -28,6 +28,14 @@
height: min(700px, 88vh);
}
/* Extra-large: the Chart Builder — a work surface (config + a chart that wants room),
with nothing useful behind it. Near-fullscreen, capped so it doesn't stretch absurdly
on ultra-wide displays. Definite height so its panes scroll internally (not the modal). */
.xlarge {
width: min(1800px, 96vw);
height: min(1100px, 92vh);
}
/* Small: single-form modals (Extract). Grows with content up to a cap. */
.small {
width: min(560px, 92vw);