new HeatmapCells
Heatmap cells
- Source:
- ../js/jheatmap-1.0.0.js, line 3773
Members
-
aggregators :Array
-
Aggregators for the cell fields
- Source:
- ../js/jheatmap-1.0.0.js, line 3810
-
decorators :Array
-
Decorators for the cell fields
- Source:
- ../js/jheatmap-1.0.0.js, line 3804
-
header :Array
-
Header of the multiple cell values
- Source:
- ../js/jheatmap-1.0.0.js, line 3786
-
heatmap :jheatmap.Heatmap
-
The heatmap
- Source:
- ../js/jheatmap-1.0.0.js, line 3780
-
selectedValue :number
-
Index of the current visible cell field (zero it's the first)
- Source:
- ../js/jheatmap-1.0.0.js, line 3798
-
values :Array
-
Array of arrays with all the cell values (one array per cell)
- Source:
- ../js/jheatmap-1.0.0.js, line 3792
Methods
-
getValue
-
Get cell value
Parameters:
Name Type Description row
Row position col
Column position field
Field position - Source:
- ../js/jheatmap-1.0.0.js, line 3848
Returns:
The cell value -
getValues
-
Get cell values
Parameters:
Name Type Description row
Row position col
Column position - Source:
- ../js/jheatmap-1.0.0.js, line 3866
Returns:
The cell values array