mirror of
https://github.com/apache/superset.git
synced 2026-05-08 09:25:56 +00:00
feat: Add currencies controls in control panels (#24718)
This commit is contained in:
committed by
Michael S. Molina
parent
dfd699f440
commit
10e781d0ff
@@ -54,6 +54,7 @@ const formData: PivotTableQueryFormData = {
|
||||
margin: 0,
|
||||
time_grain_sqla: TimeGranularity.MONTH,
|
||||
temporal_columns_lookup: { col1: true },
|
||||
currencyFormat: { symbol: 'USD', symbolPosition: 'prefix' },
|
||||
};
|
||||
|
||||
test('should build groupby with series in form data', () => {
|
||||
|
||||
Reference in New Issue
Block a user