1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 12:49:19 +00:00

Disable axis pointer on the energy devices bar chart to fix refresh issues on touch devices (#28163)

This commit is contained in:
Petar Petrov
2025-11-27 13:20:06 +02:00
committed by GitHub
parent 11276af1a0
commit bfd78670cc

View File

@@ -217,6 +217,9 @@ export class HuiEnergyDevicesGraphCard
show: true,
type: "value",
name: "kWh",
axisPointer: {
show: false,
},
};
options.yAxis = {
show: true,