We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6676761 commit 33cbb9eCopy full SHA for 33cbb9e
src/plotly-graph-card.ts
@@ -611,6 +611,7 @@ export class PlotlyGraph extends HTMLElement {
611
if (isEntityIdStatisticsConfig(trace)) name += ` (${trace.statistic}) `;
612
const xsIn = history.map(({ timestamp }) => new Date(timestamp));
613
const ysIn: Datum[] = history.map(({ value }) =>
614
+ // see https://github.com/dbuezas/lovelace-plotly-graph-card/issues/146
615
value === "unavailable" ? null : value
616
);
617
0 commit comments