Allow user to specify currency type when configuring field formatter #137763
Labels
Feature:FieldFormatters
impact:low
Addressing this issue will have a low level of impact on the quality/strength of our product.
loe:small
Small Level of Effort
NeededFor:VisEditors
Team:DataDiscovery
Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL.
Describe the feature:
Currency in Kibana is often formatted based on the numeral.js locale which is a global setting:
#135461 added a currency field formatter. We should extend it to allow the user to specify a currency for that particular field.
Describe a specific use case for the feature:
The new metric visualization could use this to display currency values in various formats depending on the type of currency (e.g. a value in EUR and another in USD could both be displayed correctly instead of displaying both as either USD or EUR which is incorrect).
The text was updated successfully, but these errors were encountered: