mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Fix line chart tooltips to use XY mode (#16605)
This commit is contained in:
parent
29846a168e
commit
cefaaadf95
@ -63,7 +63,7 @@ class StateHistoryChartLine extends LitElement {
|
||||
animation: false,
|
||||
interaction: {
|
||||
mode: "nearest",
|
||||
axis: "x",
|
||||
axis: "xy",
|
||||
},
|
||||
scales: {
|
||||
x: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user