-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
fix(heatmap): add detail descriptions for heatmap 'normalize across' #20566
Conversation
Codecov Report
@@ Coverage Diff @@
## master #20566 +/- ##
=======================================
Coverage 66.30% 66.30%
=======================================
Files 1756 1756
Lines 66735 66735
Branches 7049 7049
=======================================
Hits 44251 44251
Misses 20688 20688
Partials 1796 1796
Flags with carried forward coverage won't be shown. Click here to find out more.
|
@@ -163,17 +164,34 @@ const config: ControlPanelConfig = { | |||
name: 'normalize_across', | |||
config: { | |||
type: 'SelectControl', | |||
label: t('Normalize Across'), | |||
label: t('COLOR BASED ON'), |
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.
Any reason why having this with all upper case?
/testenv up |
superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx
Outdated
Show resolved
Hide resolved
@yousoph Ephemeral environment spinning up at http://54.187.156.48:8080. Credentials are |
@yousoph Yeah, the point I'm currently struggling with is that using like "percentage of the highest value in that row" as an option label is too long, can we simplify it? Or just re-label to "row" and add some tooltip. |
superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx
Outdated
Show resolved
Hide resolved
superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx
Outdated
Show resolved
Hide resolved
superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx
Outdated
Show resolved
Hide resolved
superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx
Outdated
Show resolved
Hide resolved
@@ -163,17 +164,34 @@ const config: ControlPanelConfig = { | |||
name: 'normalize_across', | |||
config: { | |||
type: 'SelectControl', | |||
label: t('Normalize Across'), | |||
label: t('Color based on'), |
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.
I think I might be OK with "Normalize Across" now that we know it's actually doing normalization, mathematically
10ccc3f
to
d6ac0ca
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.
LGTM. This just needs a rebase to make codecov happy. @yousoph let me know if you agree on the assessment - I think this is clearer.
…rolPanel.tsx Co-authored-by: Evan Rusackas <[email protected]>
…rolPanel.tsx Co-authored-by: Evan Rusackas <[email protected]>
…rolPanel.tsx Co-authored-by: Evan Rusackas <[email protected]>
…rolPanel.tsx Co-authored-by: Evan Rusackas <[email protected]>
7904822
to
3e77dff
Compare
Ephemeral environment shutdown and build artifacts deleted. |
SUMMARY
Add detail desciptions for heatmap 'normalize across'
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION