mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
feat: Adds options to show subtotals in Pivot Table (#24960)
This commit is contained in:
committed by
GitHub
parent
a44c99899a
commit
be11556799
@@ -96,7 +96,9 @@ export default function transformProps(chartProps: ChartProps<QueryFormData>) {
|
||||
rowSubtotalPosition,
|
||||
colSubtotalPosition,
|
||||
colTotals,
|
||||
colSubTotals,
|
||||
rowTotals,
|
||||
rowSubTotals,
|
||||
valueFormat,
|
||||
dateFormat,
|
||||
metricsLayout,
|
||||
@@ -156,7 +158,9 @@ export default function transformProps(chartProps: ChartProps<QueryFormData>) {
|
||||
rowSubtotalPosition,
|
||||
colSubtotalPosition,
|
||||
colTotals,
|
||||
colSubTotals,
|
||||
rowTotals,
|
||||
rowSubTotals,
|
||||
valueFormat,
|
||||
currencyFormat,
|
||||
emitCrossFilters,
|
||||
|
||||
Reference in New Issue
Block a user