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' },