Time Compare Graphs in Dashboard: Questions

Is there any way hide or exclude missing or “null” data points?

Can this be used with PHPTIMESERIES feeds?
I tried with one PHPTIMESERIES feed and nothing appeared in the graph.
With another PHPTIMESERIES feed it only showed data points and not multiple lines.

Hello @whatsupskip, I would have thought it should work with PHPTIMESERIES feeds, it needs quite a bit of data, it pulls out the last 3 days, weeks, months, years to create the comparison. The setting to hide null data points is hardcoded here emoncms/timecompare.js at master · emoncms/emoncms · GitHub and set to false. You could manually edit this to true and check the result.