-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Statistic data is not renewed within graphs's live time #388
Comments
Thanks. |
In case it helps, I have another instance of the same bug. First image was loaded around 10:00. Note how the curve "flattens" after that time. Second image is after reloading the dashboard. This is the card config:
|
@dbuezas |
I hope to get to the issues at some point, but no news for now |
FWIW, this only affects |
Describe the bug
Having a bar-graph of statistic data, the graph is not renewed with an extra new bar when the set period of the graph is crossed by time.
In this link in point (2) example it is discussed in more detail.
Screenshots
Here is a screenshot of twice the same graph. The upper one was opened before the set period was crossed, the lower one after:
Yaml
Here's the latest code of the above screen-shot:
Additional context
I think the statistics of the entities in the graph should be updated right after a period is crossed by time. So the 5_minute-period every 5 minutes, the hour-period every hour, and so on.
The text was updated successfully, but these errors were encountered: