Aggregate
configurationThe aggregates which are calculated when the data source populates with data.
The supported aggregates are:
"average"- Only for Number."count"- String, Number and Date."max"- Number and Date."min"- Number and Date."sum"- Only for Number.
The data source calculates aggregates client-side unless the
serverAggregatesoption is set totrue.
aggregate
Arrayaggregate.aggregate
StringThe name of the aggregate function.
The supported aggregates are:
"average""count""max""min""sum"
aggregate.field
StringThe data item field which will be used to calculate the aggregates.