fix: viewer — axe Y chart min=0, viewer 55vh

This commit is contained in:
Floppyrj45
2026-04-24 21:09:44 +02:00
parent 279e70a5e0
commit 1932303ea7
2 changed files with 2 additions and 1 deletions

View File

@@ -191,6 +191,7 @@ fetch('/api/trajectory')
grid: { color: '#111' },
},
y: {
suggestedMin: 0,
title: { display: true, text: 'm', color: '#445' },
ticks: { color: '#445', font: { size: 9 } },
grid: { color: '#111' },

View File

@@ -8,7 +8,7 @@
body { background: #06060f; color: #ccc; font-family: 'Courier New', monospace;
display: flex; flex-direction: column; height: 100vh; overflow: hidden; }
#viewer { position: relative; flex: 0 0 62vh; }
#viewer { position: relative; flex: 0 0 55vh; }
#viewer canvas { display: block; width: 100% !important; height: 100% !important; }
#legend {