-
Notifications
You must be signed in to change notification settings - Fork 14k
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
chore(plugin-chart-pivot-table): Add more descriptive tooltips for sorting [ID-29] #17634
Conversation
Codecov Report
@@ Coverage Diff @@
## master #17634 +/- ##
==========================================
- Coverage 68.57% 68.37% -0.21%
==========================================
Files 1602 1602
Lines 65349 65351 +2
Branches 6992 6992
==========================================
- Hits 44816 44684 -132
- Misses 18647 18785 +138
+ Partials 1886 1882 -4
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
/testenv up |
@kgabryje Ephemeral environment spinning up at http://54.244.15.102:8080. Credentials are |
superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx
Outdated
Show resolved
Hide resolved
superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx
Outdated
Show resolved
Hide resolved
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.
Small grammar nits noted as requested. LOVE this improvement!
…controlPanel.tsx Co-authored-by: Evan Rusackas <evan@preset.io>
…controlPanel.tsx Co-authored-by: Evan Rusackas <evan@preset.io>
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!
Ephemeral environment shutdown and build artifacts deleted. |
SUMMARY
This PR adds more descriptive tooltips to
Sort by rows
andSort by columns
controls in Pivot Table V2 chart. The goal is to avoid confusion on how each sorting mode works and what values are used as sorting keys.BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Before:
After:
TESTING INSTRUCTIONS
Check tooltips grammar.
ADDITIONAL INFORMATION