mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
feat: Add currencies controls in control panels (#24718)
This commit is contained in:
committed by
GitHub
parent
1a9c559a8f
commit
f7e76d02b7
@@ -112,6 +112,7 @@ export default function transformProps(
|
||||
legendType,
|
||||
metric = '',
|
||||
numberFormat,
|
||||
currencyFormat,
|
||||
showLabels,
|
||||
showLegend,
|
||||
sliceId,
|
||||
@@ -147,6 +148,7 @@ export default function transformProps(
|
||||
currencyFormats,
|
||||
columnFormats,
|
||||
numberFormat,
|
||||
currencyFormat,
|
||||
);
|
||||
|
||||
const transformedData: FunnelSeriesOption[] = data.map(datum => {
|
||||
|
||||
Reference in New Issue
Block a user