From b2a6c8bd36cb9a81c7b1cb8415b41f286e3b40df 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", ],