Skip to content

Vizzu


Vizzu / types/data / AggregatorType

Type Alias: AggregatorType

AggregatorType: "sum" | "count" | "min" | "max" | "mean" | "distinct"

Types of the different available data series aggregators:

  • sum: sum of the values (default)
  • count: count of the values
  • min: minima of the values
  • max: maxima of the values
  • mean: average/mean of the values
  • distinct: number of different values