fix: viewer — axe Y chart min=0, viewer 55vh
This commit is contained in:
@@ -191,6 +191,7 @@ fetch('/api/trajectory')
|
|||||||
grid: { color: '#111' },
|
grid: { color: '#111' },
|
||||||
},
|
},
|
||||||
y: {
|
y: {
|
||||||
|
suggestedMin: 0,
|
||||||
title: { display: true, text: 'm', color: '#445' },
|
title: { display: true, text: 'm', color: '#445' },
|
||||||
ticks: { color: '#445', font: { size: 9 } },
|
ticks: { color: '#445', font: { size: 9 } },
|
||||||
grid: { color: '#111' },
|
grid: { color: '#111' },
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
body { background: #06060f; color: #ccc; font-family: 'Courier New', monospace;
|
body { background: #06060f; color: #ccc; font-family: 'Courier New', monospace;
|
||||||
display: flex; flex-direction: column; height: 100vh; overflow: hidden; }
|
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; }
|
#viewer canvas { display: block; width: 100% !important; height: 100% !important; }
|
||||||
|
|
||||||
#legend {
|
#legend {
|
||||||
|
|||||||
Reference in New Issue
Block a user