mirror of
https://github.com/apache/superset.git
synced 2026-04-26 11:34:27 +00:00
feat: Add currencies controls in control panels (#24718)
This commit is contained in:
committed by
GitHub
parent
1a9c559a8f
commit
f7e76d02b7
@@ -165,6 +165,7 @@ export default function transformProps(
|
||||
legendType,
|
||||
metric = '',
|
||||
numberFormat,
|
||||
currencyFormat,
|
||||
dateFormat,
|
||||
outerRadius,
|
||||
showLabels,
|
||||
@@ -211,6 +212,7 @@ export default function transformProps(
|
||||
currencyFormats,
|
||||
columnFormats,
|
||||
numberFormat,
|
||||
currencyFormat,
|
||||
);
|
||||
|
||||
let totalValue = 0;
|
||||
|
||||
Reference in New Issue
Block a user