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
fix: render lazy charts already in viewport on page load (#1287)
The scroll listener for lazy charts never fired if the chart was already
visible on page load, causing it to remain blank until the user scrolled.
Extracted the logic into a named function with a viewport bounds check and
call it once at page load in addition to on scroll.
0 commit comments