diff --git a/src/components/chart/ha-chart-base.ts b/src/components/chart/ha-chart-base.ts index 9c9e24c4c1..84d06e9e93 100644 --- a/src/components/chart/ha-chart-base.ts +++ b/src/components/chart/ha-chart-base.ts @@ -496,7 +496,7 @@ export class HaChartBase extends LitElement { } private _getDefaultHeight() { - return Math.max(this.clientWidth / 2, 300); + return Math.max(this.clientWidth / 2, 200); } private _handleZoomReset() { diff --git a/src/components/chart/state-history-charts.ts b/src/components/chart/state-history-charts.ts index 45c767cf04..8deb9694a7 100644 --- a/src/components/chart/state-history-charts.ts +++ b/src/components/chart/state-history-charts.ts @@ -157,7 +157,7 @@ export class StateHistoryCharts extends LitElement { > `; } - return html`