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,
|
responsive: true,
|
||||||
maintainAspectRatio: true,
|
maintainAspectRatio: true,
|
||||||
onHover: elevationHoverHandler,
|
onHover: elevationHoverHandler,
|
||||||
|
interaction: {
|
||||||
|
mode: 'nearest',
|
||||||
|
axis: 'x',
|
||||||
|
intersect: false
|
||||||
|
},
|
||||||
plugins: {
|
plugins: {
|
||||||
legend: {
|
legend: {
|
||||||
display: false
|
display: false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue