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

Zero out graph data #46

Open
JonFreer opened this issue Aug 9, 2023 · 2 comments
Open

Zero out graph data #46

JonFreer opened this issue Aug 9, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@JonFreer
Copy link
Owner

JonFreer commented Aug 9, 2023

Currently, if an hour has a count of zero the line chart just connects the last two non-zero values.

@JonFreer JonFreer added the bug Something isn't working label Aug 9, 2023
@JonFreer
Copy link
Owner Author

JonFreer commented Feb 8, 2024

This has been addressed by returning zero values from the API. This is intensive as it sends surplus data but also now front pads the data with zeros. Maybe it is best to do it client side.

@JonFreer
Copy link
Owner Author

Using bucket_gap_fill, but have to set a start point. As the start point needs to be calculated with a sperate request it is not the most efficient.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant