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

Chart assumes that all data points are equidistant #44

Open
tmpolaczyk opened this issue Jul 27, 2021 · 0 comments
Open

Chart assumes that all data points are equidistant #44

tmpolaczyk opened this issue Jul 27, 2021 · 0 comments
Labels
wontfix This will not be worked on

Comments

@tmpolaczyk
Copy link
Contributor

The current implementation of the data feed charts uses the data point index instead of the date. This results in an incorrect time scale, because some days are missing and some days are duplicated. For example, in this screenshot you can see that it goes 22, 23, 25, 25, 26:

Captura de pantalla de 2021-07-27 12-11-17

There are two data points in day 25, and their dates are:

1 day 22 hrs ago link
2 days 8 hrs ago link

They differ by 10 hours, but in the chart the points are drawn the same distance apart, as if they were 24 hours apart. The same happens in days 17 and 19.

The expected behavior would be to draw the points using the full date, so that any gaps can be clearly seen in the chart.

@aesedepece aesedepece added the wontfix This will not be worked on label Mar 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants