-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Kibana Desaturates on Refresh - Not good for aggressive refresh rates #76521
Comments
Pinging @elastic/kibana-design (Team:Kibana-Design) |
Pinging @elastic/kibana-app-arch (Team:AppArch) |
Apologies for the slow reply on this. I will bring this up with the team next sync. We are reviewing how to improve partial results / loading across pages and visualizations. With the addition of async UI (#81793), we may be able to remove this behavior. But we'll look into it. |
We are still putting together guidelines for loading states and hope to have a starting draft this month. But in the meantime, is it possible to disable the desaturation effect when auto-refresh is on? Or if set below a certain value? |
This looks very closely related to #86947 |
In addition to solving the problems about this issue, I would like to propose that this feature be configurable. That is, when it is enabled, it will perform the data loading feedback, but if it is disabled, do not make any changes to the visualizations on dashboard. This flickering effect can be annoying when the refresh time is short. |
Any update on this? I'm working on using kibana to view live data for industrial machines, and the desaturation (as well as the UI interactivity dropout) is almost entirely unusable. I'm pushing the other developers and managers to get on-board, but it's a tough sell at the moment! I'm pleased to see that the issue with DataTables flickering on refresh is now fixed (which I first noticed in version 7.2.0, and pushed us to make our own html data table viewer instead), but this new refresh problem is just as bad if not worse :/ It doesn't seem like there's any reason the UI needs to be invalidated during a new query, just update the visualization once enough data has been retrieved and parsed? |
Kibana version: 7.9
Elasticsearch version: 7.9
Server OS version: Linux
Browser version: Safari 13.1.2
Browser OS version: Mac Safari 13.1.2
Original install method (e.g. download page, yum, from source, etc.): apt
Describe the bug: Dashboard desaturates color when reloading visualizations. For dashboards that have an aggressive refresh rate (e.g., < 10 seconds), this can flicker the colors noticeably, which isn't an ideal user experience.
Steps to reproduce:
Expected behavior: I would expect colors to desaturate on a visualization (to indicate possibly stale data) only if other visualizations have been updated after a refresh and one visualization is taking longer than usual to refresh or has failed.
Screenshots (if relevant):
The text was updated successfully, but these errors were encountered: