aggregation
Home > @gooddata/sdk-model > IAttributeSortType > aggregation
IAttributeSortType.aggregation property
If specified, defines aggregation function used on attribute's data points before sorting is evaluated eg. used on stacked bar chart on view by attribute it defines, that all stacks are summed up and results are sorted
Signature:
aggregation?: "sum";