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

Chronology tab: use stepped graph instead of linear interpolation #297

Closed
tyrasd opened this issue Nov 16, 2020 · 1 comment
Closed

Chronology tab: use stepped graph instead of linear interpolation #297

tyrasd opened this issue Nov 16, 2020 · 1 comment
Labels

Comments

@tyrasd
Copy link
Contributor

tyrasd commented Nov 16, 2020

When a tag or key is updated infrequently, the corresponding chronology graph – which currently uses a linear interpolation to fill gaps in the data – may give a false impression of the real development of the counts. Here's an example:

image

It would be better to use a stepped line as in taghistory:

taghistory(3)

@joto joto added the bug label Nov 17, 2020
@joto
Copy link
Member

joto commented Nov 17, 2020

You are right, the taghistory graph is more correct. This should be fixed.

@joto joto closed this as completed in 6749120 Nov 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants