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

[ENHANCEMENT] Chart loads only one year of data on statistics page #789

Open
jcscottiii opened this issue Oct 21, 2024 · 1 comment
Open
Labels
enhancement New feature or request typescript Pull requests that update Typescript code

Comments

@jcscottiii
Copy link
Collaborator

As the title states, the chart loads only one year of data on the statistics page.

The chart should redraw the chart as the data is loaded.

The statistics page should block user feedback until data is finished loading.

@jcscottiii jcscottiii added enhancement New feature or request typescript Pull requests that update Typescript code labels Oct 21, 2024
@dlaliberte
Copy link
Collaborator

The chart object will have to receive a new draw() call after new data arrives. It doesn't redraw automatically just because the previously drawn data has been updated. Alternatively, we could wait until all the data arrives before calling draw().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request typescript Pull requests that update Typescript code
Projects
Status: 2024-Q4
Development

No branches or pull requests

2 participants