Skip to content

Commit

Permalink
Revert "mdd-update-pivot-feature" (#784)
Browse files Browse the repository at this point in the history
This reverts commit 79f2c33.
  • Loading branch information
dkamburov authored Dec 18, 2024
1 parent 0f4b2fa commit 9664274
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions samples/grids/pivot-grid/features.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,30 +54,30 @@
"member": "AmountofSale",
"displayName": "Amount of Sale",
"enabled": true,
"aggregate": {
"type": "WebPivotAggregator",
"key": "SUM",
"label": "Sum of Sale",
"aggregatorRef": "PivotDataFlatAggregateSumSale"
},
"aggregateList": [
{
"type": "WebPivotAggregator",
"key": "SUM",
"label": "Sum of Sale",
"aggregatorRef": "PivotDataFlatAggregateSumSale",
"aggregatorName": "SUM",
"name": "SumOfSale"
"aggregatorRef": "PivotDataFlatAggregateSumSale"
},
{
"type": "WebPivotAggregator",
"key": "MIN",
"label": "Minimum of Sale",
"aggregatorRef": "PivotDataFlatAggregateMinSale",
"aggregatorName": "MIN",
"name": "MinOfSale"
"aggregatorRef": "PivotDataFlatAggregateMinSale"
},
{
"type": "WebPivotAggregator",
"key": "MAX",
"label": "Maximum of Sale",
"aggregatorName": "MAX",
"aggregatorRef": "PivotDataFlatAggregateMaxSale",
"name": "MaxOfSale"
"aggregatorRef": "PivotDataFlatAggregateMaxSale"
}
]
}
Expand Down

0 comments on commit 9664274

Please sign in to comment.