mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +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,
|
animation: false,
|
||||||
interaction: {
|
interaction: {
|
||||||
mode: "nearest",
|
mode: "nearest",
|
||||||
axis: "x",
|
axis: "xy",
|
||||||
},
|
},
|
||||||
scales: {
|
scales: {
|
||||||
x: {
|
x: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user