feat(currency-format): per-currency symbol position for auto-detect currency #40728
kleostouraiti
started this conversation in
Ideas
Replies: 1 comment
-
|
🤖 Devin has been assigned to this issue. Session: https://app.devin.ai/sessions/64f06c06f9e24bae9317cac158e2c778 I will post a follow-up comment when a pull request is ready. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
Dynamic / Auto-detect currency formatting (#36416) correctly resolves which ISO 4217 symbol to show, but symbol placement (prefix vs suffix) is inconsistent:
symbolPosition: "suffix"even when the prefix/suffix dropdown appears empty (upstream default). GBP and USD charts then render as1,234 £instead of£ 1,234.1.234,56 €, USD/GBP as$1,234/£1,234).Proposed behavior
Scope
@superset-ui/coreCurrencyFormatterandutils.ts(auto-detect path)superset-ui-core/test/currency-format/Out of scope (for now)
D3_FORMAT(orthogonal)Context
We hit this in production with multi-currency datasets (currency code column + Auto-detect). Happy to contribute a PR if this direction aligns with maintainers.
Beta Was this translation helpful? Give feedback.
All reactions