Use smooth line for statistic line chart (#23984)

* Use smooth line for statistic line chart

* Use same smooth options as chartjs
This commit is contained in:
Paul Bottein 2025-01-31 11:46:01 +01:00 committed by Bram Kragten
parent b388d1fd42
commit 277202e363

View File

@ -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