fix: viewer — axe Y chart min=0, viewer 55vh
This commit is contained in:
@@ -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' },
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user