Fix Elevation chart hovering
This commit is contained in:
parent
fcef751483
commit
3fe5f90e02
1 changed files with 5 additions and 0 deletions
|
|
@ -912,6 +912,11 @@
|
|||
responsive: true,
|
||||
maintainAspectRatio: true,
|
||||
onHover: elevationHoverHandler,
|
||||
interaction: {
|
||||
mode: 'nearest',
|
||||
axis: 'x',
|
||||
intersect: false
|
||||
},
|
||||
plugins: {
|
||||
legend: {
|
||||
display: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue