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:
@@ -217,6 +217,9 @@ export class HuiEnergyDevicesGraphCard
|
||||
show: true,
|
||||
type: "value",
|
||||
name: "kWh",
|
||||
axisPointer: {
|
||||
show: false,
|
||||
},
|
||||
};
|
||||
options.yAxis = {
|
||||
show: true,
|
||||
|
||||
Reference in New Issue
Block a user