-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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: showing results pane in dashboard #20144
Conversation
Loving this!! Capturing a few UI/UX change requests that have come up in design feedback (CC @kasiazjc ❤️ )
|
Thanks @rusackas for adding those and @zhaoyongjie for working on it ❤️ Following up:
|
I also really love this feature! This will also be the perfect mechanism for showing raw data underlying a highlighted slice on a chart (project Drill Down) |
493b719
to
1005c44
Compare
0203dd4
to
eb1ec85
Compare
4caf378
to
0036284
Compare
0036284
to
ebb6f63
Compare
Codecov Report
@@ Coverage Diff @@
## master #20144 +/- ##
=======================================
Coverage 66.64% 66.64%
=======================================
Files 1729 1729
Lines 64903 64904 +1
Branches 6841 6842 +1
=======================================
+ Hits 43255 43257 +2
Misses 19897 19897
+ Partials 1751 1750 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
/testenv up |
@zhaoyongjie Ephemeral environment spinning up at http://35.167.214.140:8080. Credentials are |
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.
LGTM!
superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx
Outdated
Show resolved
Hide resolved
LGTM! |
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.
QA tested and LGTM
rebase master change title remove unused
06da194
to
5f4a5a0
Compare
Ephemeral environment shutdown and build artifacts deleted. |
SUMMARY
This PR has finally come to the end after completing these PRs:
Show
ResultsPane
in Dashboard and keep all functions asResultsPane
on explore page.BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Mulitple charts
data.pane.in.dashboard.mov
Results data copy to clipboard and formatted time switching
results.pane.in.Dashboard.2.mov
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION