mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Hide "heating" data from climate charts (#23997)
This commit is contained in:
parent
d1d746e7e6
commit
6b691063a8
@ -98,6 +98,7 @@ export class StateHistoryChartLine extends LitElement {
|
||||
) + "<br>";
|
||||
const datapoints: Record<string, any>[] = [];
|
||||
this._chartData.forEach((dataset, index) => {
|
||||
if (dataset.tooltip?.show === false) return;
|
||||
const param = params.find(
|
||||
(p: Record<string, any>) => p.seriesIndex === index
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user