1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-02 00:27:49 +01:00

Disable smoothMonotone in line graphs (#30093)

This commit is contained in:
Petar Petrov
2026-03-11 10:01:37 +01:00
committed by GitHub
parent f8dcee6867
commit d61de4d2df
2 changed files with 0 additions and 2 deletions

View File

@@ -507,7 +507,6 @@ export class StatisticsChart extends LitElement {
id: `${statistic_id}-${type}`,
type: this.chartType,
smooth: this.chartType === "line" ? 0.4 : false,
smoothMonotone: "x",
cursor: "default",
data: [],
name: name

View File

@@ -198,7 +198,6 @@ export class HuiPowerSourcesGraphCard
const commonSeriesOptions: LineSeriesOption = {
type: "line",
smooth: 0.4,
smoothMonotone: "x",
lineStyle: {
width: 1,
},