From f52f73ad3fefb6f1d34ff28a31ff96cf0e35dee4 Mon Sep 17 00:00:00 2001 From: Petar Petrov Date: Fri, 17 Jan 2025 18:57:28 +0200 Subject: [PATCH] format --- src/components/chart/ha-chart-base.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/components/chart/ha-chart-base.ts b/src/components/chart/ha-chart-base.ts index 901c5fde9a..f67482f830 100644 --- a/src/components/chart/ha-chart-base.ts +++ b/src/components/chart/ha-chart-base.ts @@ -369,11 +369,7 @@ export class HaChartBase extends LitElement { const modifierKey = isMac ? "meta" : "ctrl"; return { maintainAspectRatio: false, - animation: this._reducedMotion - ? false - : { - duration: 500, - }, + animation: this._reducedMotion ? false : { duration: 500 }, ...this.options, plugins: { ...this.options?.plugins,