-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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(explore): Move timer, row counter and cached pills to chart container #19458
Conversation
Codecov Report
@@ Coverage Diff @@
## master #19458 +/- ##
==========================================
- Coverage 66.60% 66.58% -0.02%
==========================================
Files 1678 1678
Lines 64246 64242 -4
Branches 6539 6539
==========================================
- Hits 42788 42773 -15
- Misses 19763 19769 +6
- Partials 1695 1700 +5
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
495bff4
to
85a401b
Compare
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.
Thanks for the improvement!
I think we shouldn't move those indicators to the Chart Container because the reportor and the chart as image need to look for this DOM element. When we moved those indicators, the cache/rows/timer will display in the screenshot and saved image.
After
move.indicator.to.right-top.mov
Before save as image
Good point @zhaoyongjie ! I'll fix that by taking it out of the container that's being grabbed for screenshot 👍 |
Many thanks
On Fri, Apr 1, 2022 at 21:25 Kamil Gabryjelski ***@***.***> wrote:
Good point @zhaoyongjie <https://github.com/zhaoyongjie> ! I'll fix that
by taking it out of the container that's being grabbed for screenshot 👍
—
Reply to this email directly, view it on GitHub
<#19458 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAPMKUQP3IGDPQMBESP4U5DVC32LHANCNFSM5SE5456Q>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
Best regards,
Yongjie
|
85a401b
to
21641ca
Compare
@zhaoyongjie Fixed! |
Thanks! I will test it in time. |
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.
@zhaoyongjie We're in progress of implementing redesign for the chart header - that's not the final look. Here you can check out how it's going to look soon: #19099. |
@zhaoyongjie ➕ to what Kamil said. We broke it down into smaller tasks, so it may look awkward in some PRs before we get the final designs. |
FYI - we're coordinating to ensure that the temporary problem that @zhaoyongjie brought up above will not be released in official releases of Superset (these related cherries will be excluded from 1.5 and 2.0 and will only become available once 2.1 is released) |
@villebro @kasiazjc @kgabryje Thanks for the explanation! We can discuss this topic on global header board. |
Updated the PR summary with a link to the final design. I'll include that in upcoming PRs too for context |
I'm going to hold off merging this PR until a PR that moves the header to the top of the page is ready, so that this change won't appear out-of-context on master |
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
21641ca
to
5f2b718
Compare
5f2b718
to
c34130e
Compare
…ainer (apache#19458) * feat(explore): Move timer, row counter and cached pills to chart container * Hide pills in standalone mode * Take pills out of chart-container
SUMMARY
This PR is a part of chart header redesign project.
Moves the timer, row counter and cached pills from chart header to chart container.
Final design available in discussion: #19099
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
Verify that timer, row counter and cache pills work like before.
ADDITIONAL INFORMATION