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

Insights Time Series Graph should drop to 0 instead of keeping last value for empty groups #22284

Open
Markus-Brand opened this issue Apr 22, 2024 · 2 comments

Comments

@Markus-Brand
Copy link

Describe the Improvement

In the Insights -> Time Series Graph, only groups with data points in them create a new point in the graph.
Therefore, when there are no items in a group, the graph (for stepline curves) just stays at the level of the last group that had data. This is very misleading for many usecases and the value should drop to 0 for these groups.

Example:
We try to visualize occurence of certain events, but the same goes for any example with sparse data.
This graph contains 5 events: 3 at the beginning and then after a few minutes 2 more events 1 minute apart. The precision is set to minutes. This is what I get:
Downloads_·_Shop_Verwaltung_🔊
It looks like there are 3 events every minute until it drops to 1 event per minute. (and a graph with that data would be indistinguishable)
This is what I would expect this graph to look like:
Downloads_·_Shop_Verwaltung_🔊
This would represent the actual data way better.

@hanneskuettner
Copy link
Contributor

Can you share an example collection setup for your datapoints as well as some seed data, so we can easily reproduce this?

@Markus-Brand
Copy link
Author

Sure, this is the setup.
Downloads_·_Shop_Verwaltung
Seeding data is as simple as it gets: just creation_date and id.
seeding.csv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🆕 Needs Triage
Development

No branches or pull requests

2 participants