Async uploads, graph improvements

This commit is contained in:
Tim Zöller 2026-01-07 09:52:46 +01:00
parent 9dee8a7e84
commit 22f7f7c271
4 changed files with 251 additions and 104 deletions

View file

@ -303,8 +303,11 @@ function createElevationChart(canvasId, elevationData) {
data: elevationData.map(d => d.elevation),
borderColor: '#10b981',
backgroundColor: 'rgba(16, 185, 129, 0.1)',
borderWidth: 2,
fill: true,
tension: 0.4
tension: 0.3,
pointRadius: 0,
pointHoverRadius: 5
}]
},
options: {