Async uploads, graph improvements
This commit is contained in:
parent
9dee8a7e84
commit
22f7f7c271
4 changed files with 251 additions and 104 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue