Class: BinaryStringAddition

jheatmap.aggregators.BinaryStringAddition

new BinaryStringAddition

Binary string addition aggregator. It assigns a zero to a null, undefined and '-' values, otherwise a one and returns the addition.

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

Methods

accumulate

Accumulates all the values

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