new NonExpressed
Explicitly hide (or show) rows or columns that all the values are outside [-maxValue, maxValue] range.
Parameters:
Name | Type | Argument | Default | Description |
---|---|---|---|---|
maxValue |
number |
<optional> |
3 | Absolute maximum and minimum value |
hide |
boolean |
<optional> |
true | Hide |
- Source:
- ../js/jheatmap-1.0.0.js, line 1627
Example
new jheatmap.filters.NonExpressed({ maxValue: 4 });
Methods
-
filter
-
Parameters:
Name Type Description values
Array All the row or column values - Source:
- ../js/jheatmap-1.0.0.js, line 1638
Returns:
Returns 'false' if at least one value is inside (-maxValue, maxValue) range, otherwise returns 'true'. If 'hide' is set to false, the contrary is the case.