-
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
feat: Add currencies controls in control panels #24718
Conversation
2c27041
to
af5544d
Compare
Codecov Report
@@ Coverage Diff @@
## master #24718 +/- ##
==========================================
- Coverage 67.17% 67.17% -0.01%
==========================================
Files 1902 1904 +2
Lines 73939 73965 +26
Branches 8176 8188 +12
==========================================
+ Hits 49672 49684 +12
- Misses 22154 22166 +12
- Partials 2113 2115 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@kgabryje would you mind adding some screenshots to the PR description? |
Thanks @john-bodley, added |
6a0ac72
to
22fc493
Compare
/testenv up |
@kgabryje Ephemeral environment spinning up at http://35.162.241.129:8080. Credentials are |
Ephemeral environment shutdown and build artifacts deleted. |
SUMMARY
PRs #24517 and #24594 introduced support for currencies for saved metrics defined on dataset level. This PR introduces currencies controls in control panel, which applies the currency formatting for all metrics in the chart.
Additionally, it restyles the column config popover in Table chart - introduced tabs "Display" and "Formatting" to make the popover cleaner.
Also, previously World Map didn't have number format control (nor a customize section). I added a Customize section and put number formatting and currency formatting in it.
The change affects all charts that already supported currencies for saved metrics - most of Echarts (including all Timeseries), Table, Pivot Table, World Map, Heatmap.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
New popover layout in Table chart:
Currency control in control panel:
Newly added Customize section in World Map:
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION