Fix line chart tooltips to use XY mode (#16605)

This commit is contained in:
karwosts 2023-05-24 02:52:26 -07:00 committed by GitHub
parent 29846a168e
commit cefaaadf95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ class StateHistoryChartLine extends LitElement {
animation: false,
interaction: {
mode: "nearest",
axis: "x",
axis: "xy",
},
scales: {
x: {