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

Stats: correct historic play time graph #189

Open
jamesjwarren opened this issue Jul 28, 2015 · 0 comments
Open

Stats: correct historic play time graph #189

jamesjwarren opened this issue Jul 28, 2015 · 0 comments
Labels

Comments

@jamesjwarren
Copy link
Member

The data displayed on the historic play time graph is not correct as it assumes users will be returned in the same order in each stats request (which is not the case as its ordered by play time). It could collate the users data properly but then the problem is the same users aren't necessarily returned for each requested period. To achieve something like this, either the API would need to return data for all the users or provide an endpoint to gather data more efficiently for this graph display.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants