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,