diff --git a/src/components/chart/statistics-chart.ts b/src/components/chart/statistics-chart.ts index 0225818253..409af35617 100644 --- a/src/components/chart/statistics-chart.ts +++ b/src/components/chart/statistics-chart.ts @@ -432,6 +432,8 @@ export class StatisticsChart extends LitElement { const series: LineSeriesOption | BarSeriesOption = { id: `${statistic_id}-${type}`, type: this.chartType, + smooth: this.chartType === "line" ? 0.4 : false, + smoothMonotone: "x", cursor: "default", data: [], name: name