Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not interpolate over missing data #181

Open
jameeters opened this issue Oct 25, 2017 · 1 comment
Open

Do not interpolate over missing data #181

jameeters opened this issue Oct 25, 2017 · 1 comment
Labels
p-medium-priority t-bug The issue is related to an aspect of the software which is incorrect
Milestone

Comments

@jameeters
Copy link
Member

image

All those straight lines are interpolations over the time when Central's meters were offline. Since there's no actual data for that time, there should be no lines.

@jameeters jameeters added the t-bug The issue is related to an aspect of the software which is incorrect label Oct 25, 2017
@huss
Copy link
Member

huss commented Nov 13, 2017

We agreed that missing data should not have lines. As a general question, we need to decide how we know when data is missing - what is the time that has elapsed before we do this.

We also discussed bar type graphics. It seems in this case it would be best if we could put another box around the area with missing data. That way we don't have to muck with the bars (which would be hard) but the user would know that data is missing so impacted bars would be clear. We would need some label so the user understands what this means. There is an open questions about how easy/hard this will be in Chartjs.

Finally, since we plan to bring on other graphing types, we should have some API for determining missing points that will work for lines, charts, radar, etc.

@NoraCodes NoraCodes added this to the 0.6 Release milestone Apr 29, 2019
@huss huss modified the milestones: 0.6 Release, 1.0 Release Apr 16, 2020
@huss huss mentioned this issue Dec 10, 2020
@huss huss modified the milestones: 1.0 Release, 1.1 release Oct 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p-medium-priority t-bug The issue is related to an aspect of the software which is incorrect
Projects
None yet
Development

No branches or pull requests

4 participants