-
Notifications
You must be signed in to change notification settings - Fork 0
Visualise bundles #81
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #81 +/- ##
==========================================
+ Coverage 93.30% 93.76% +0.45%
==========================================
Files 19 19
Lines 508 545 +37
==========================================
+ Hits 474 511 +37
Misses 34 34 ☔ View full report in Codecov by Sentry. |
…we use the correct data
`ggplotly` doesn't support boxplots with pre-computed values plotly/plotly.R#565
Makes them sligthly larger and makes height dynamic to screen size
We're using enough of it's functions to justify this
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.
Looking nice, a couple of tweaks and then it'd be great to get some feedback
Looks great! I'm not a big fan of the concepts datatable, the fact that "everything" is scrollable (the "clear concepts" button, the search bar, the header, and the pages navigator) |
Thanks for the feedback @BaptisteBR! I moved the "clear rows" button into the card header, so it remains visible. The other UI elements will require a bit more work, so will do that in a separate PR 🚀 |
Closes #70