1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 02:38:53 +00:00

Remove append to to show overlays

This commit is contained in:
Aidan Timson
2025-12-17 15:46:38 +00:00
parent 2e16eb25eb
commit 042f163601
3 changed files with 6 additions and 3 deletions

View File

@@ -305,7 +305,8 @@ export class StateHistoryChartLine extends LitElement {
visualMap: this._visualMap,
tooltip: {
trigger: "axis",
appendTo: document.body,
position: "bottom",
align: "center",
formatter: this._renderTooltip,
},
};

View File

@@ -255,7 +255,8 @@ export class StateHistoryChartTimeline extends LitElement {
right: rtl ? labelWidth : 1,
},
tooltip: {
appendTo: document.body,
position: "bottom",
align: "center",
formatter: this._renderTooltip,
},
};

View File

@@ -335,7 +335,8 @@ export class StatisticsChart extends LitElement {
},
tooltip: {
trigger: "axis",
appendTo: document.body,
position: "bottom",
align: "center",
formatter: this._renderTooltip,
},
};