mirror of
https://github.com/apache/superset.git
synced 2026-04-17 07:05:04 +00:00
feat: Adds options to show subtotals in Pivot Table (#24960)
This commit is contained in:
committed by
GitHub
parent
a44c99899a
commit
be11556799
@@ -34,7 +34,9 @@ const formData: PivotTableQueryFormData = {
|
||||
rowSubtotalPosition: true,
|
||||
colSubtotalPosition: true,
|
||||
colTotals: true,
|
||||
colSubTotals: true,
|
||||
rowTotals: true,
|
||||
rowSubTotals: true,
|
||||
valueFormat: 'SMART_NUMBER',
|
||||
datasource: '5__table',
|
||||
viz_type: 'my_chart',
|
||||
|
||||
Reference in New Issue
Block a user