-
Notifications
You must be signed in to change notification settings - Fork 5
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
1134 refresh timeseries #1136
base: main
Are you sure you want to change the base?
1134 refresh timeseries #1136
Conversation
Currently, the charts get recreated every time the data changes, which lead to frequent 'flickering' of the chart (see also this comment). Created this issue to look into this. |
The interval / automatic refresh still needs to be implemented for the elevation charts |
It still flickers sometimes. As far as I've been able to determine, this is due to the |
Do not use the display config title as id (and v-for key) for all timeseries charts within that display
Draw and scale the chart at initiation, once the data is loaded
edb5851
to
223ceed
Compare
The indicator on chart level causes the chart to flicker in case the data is requested again
Has been fixed |
Pull Request Template
Description
Please provide a brief description of the changes made in this pull request.
Screenshots (if applicable)
If there are any visual changes, please attach screenshots here.
Link to documentation (if applicable)
Add link to public Github pages (only documentation about configuration)
Checklist
rel: new feature
rel: improvement
rel: fixes
rel: ignore
Select to
rel: ignore
if this pull request fixes a New Feature or Improvement in the coming release. Update related Pull Request.