-
Notifications
You must be signed in to change notification settings - Fork 31
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
feat: new chart error panel #1850
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1850 +/- ##
==========================================
- Coverage 46.26% 46.24% -0.03%
==========================================
Files 646 647 +1
Lines 38252 38269 +17
Branches 9673 9681 +8
==========================================
Hits 17697 17697
- Misses 20502 20519 +17
Partials 53 53
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has strange behaviour when running the snippet from #1520 (comment)
- Plot appears with message "Disable downsampling to retrieve all items" and a "Continue" button.
- I click Continue, then nothing appears in the plot.
I would assume that clicking Continue
in that case with that message would mean the plot would try to load, loading spinner etc. but that doesn't appear to be the case. Why aren't we trying to load it?
Closes #1520