From cefaaadf95f2c364e4bb4d0706222e58f2d6e071 Mon Sep 17 00:00:00 2001 From: karwosts <32912880+karwosts@users.noreply.github.com> Date: Wed, 24 May 2023 02:52:26 -0700 Subject: [PATCH] Fix line chart tooltips to use XY mode (#16605) --- src/components/chart/state-history-chart-line.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/chart/state-history-chart-line.ts b/src/components/chart/state-history-chart-line.ts index 064a23d27a..3ce2235320 100644 --- a/src/components/chart/state-history-chart-line.ts +++ b/src/components/chart/state-history-chart-line.ts @@ -63,7 +63,7 @@ class StateHistoryChartLine extends LitElement { animation: false, interaction: { mode: "nearest", - axis: "x", + axis: "xy", }, scales: { x: {