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 5ccb3c3 commit c92cf4cCopy full SHA for c92cf4c
src/plotly-graph-card.ts
@@ -34,6 +34,7 @@ const isNumber = (y: any) => !Number.isNaN(parseFloat(y));
34
35
function patchLonelyDatapoints(xs: Datum[], ys: Datum[]) {
36
/* Ghost traces when data has single numeric value sandwiched between unavailable, unknown, etc ones
37
+ Plotly issue: https://github.com/plotly/plotly.js/issues/6407
38
see: https://github.com/dbuezas/lovelace-plotly-graph-card/issues/103
39
and: https://github.com/dbuezas/lovelace-plotly-graph-card/issues/124
40
*/
0 commit comments