Class: Addition

jheatmap.aggregators.Addition

new Addition

Addition aggregator. This aggregator add the current value to the accumulated sum.

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

Methods

accumulate

accumulates all the values

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