From 684cd0f6277a3704fc5ab7980bc55eef963c10d0 Mon Sep 17 00:00:00 2001 From: Petar Petrov Date: Fri, 31 Jan 2025 12:13:46 +0200 Subject: [PATCH] Fix legend resetting on zoom (#23985) --- src/components/chart/ha-chart-base.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/chart/ha-chart-base.ts b/src/components/chart/ha-chart-base.ts index 59a77ea6c1..85a2e4a538 100644 --- a/src/components/chart/ha-chart-base.ts +++ b/src/components/chart/ha-chart-base.ts @@ -142,7 +142,6 @@ export class HaChartBase extends LitElement { "dataZoom", "dataset", "tooltip", - "legend", "grid", "visualMap", ],