mirror of
https://github.com/apache/superset.git
synced 2026-04-17 23:25:05 +00:00
feat: Add currencies controls in control panels (#24718)
This commit is contained in:
committed by
GitHub
parent
1a9c559a8f
commit
f7e76d02b7
@@ -45,6 +45,7 @@ describe('PivotTableChart transformProps', () => {
|
||||
dateFormat: '',
|
||||
legacy_order_by: 'count',
|
||||
order_desc: true,
|
||||
currencyFormat: { symbol: 'USD', symbolPosition: 'prefix' },
|
||||
};
|
||||
const chartProps = new ChartProps<QueryFormData>({
|
||||
formData,
|
||||
@@ -91,6 +92,7 @@ describe('PivotTableChart transformProps', () => {
|
||||
emitCrossFilters: false,
|
||||
columnFormats: {},
|
||||
currencyFormats: {},
|
||||
currencyFormat: { symbol: 'USD', symbolPosition: 'prefix' },
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user