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
When initializing the chart, the import for chart.js is dynamic which
means its possible for the canvas to be removed before we call
chart.js's initialization function. This can cause sporadic failures
during tests if components are being loaded for short periods of times.
During general use it's unlikely to happen as the import is likely to
be resolved quickly.
0 commit comments