Class: AbsoluteAddition

jheatmap.aggregators.AbsoluteAddition

new AbsoluteAddition

Absolute addition aggregator. This aggregator adds the absolute current value to the accumulated sum.

Source:
  • ../js/jheatmap-1.0.0.js, line 1165
Example
new jheatmap.aggregators.AbsoluteAddition();

Methods

accumulate

Accumulates all the values as absolute

Parameters:
Name Type Description
values Array The values to accumulate
Source:
  • ../js/jheatmap-1.0.0.js, line 1172