diff --git a/src/components/chart/statistics-chart.ts b/src/components/chart/statistics-chart.ts index d9f30d9d67..d3edd154f7 100644 --- a/src/components/chart/statistics-chart.ts +++ b/src/components/chart/statistics-chart.ts @@ -166,7 +166,7 @@ class StatisticsChart extends LitElement { }, }, y: { - beginAtZero: false, + beginAtZero: this.chartType === "bar", ticks: { maxTicksLimit: 7, },