You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.
The tooltip is being loaded for every bucket on panel refresh, leading to poor performance for large time ranges.
From the Chrome DevTools:
All the small bars under
Heatmap
are Tippy updates.Might be worth looking into making the Tippy instance a singleton: atomiks/tippyjs-react#42 (comment) or switch to a different tooltip library.
Offending lines of code:
grafana-hourly-heatmap-panel/src/components/Heatmap.tsx
Lines 58 to 80 in 7e8ce9e
The text was updated successfully, but these errors were encountered: