mirror of
https://github.com/apache/superset.git
synced 2026-05-08 17:35:33 +00:00
feat: Add currencies controls in control panels (#24718)
This commit is contained in:
committed by
Michael S. Molina
parent
dfd699f440
commit
10e781d0ff
@@ -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