Some of the cells in the output of pivot.js are green. Online documentation says this would happen if using a (max) operation, but in this case (sum) is used. What do green cells indicate when not using (max) operation?
Hello,
Green highlighting indicates that the field contains the biggest value in a row while at the same time red highlighting informs about the lowest value - regardless of data operation used.
These parameters are optional and should be specifically enabled as
max:true,
min:true
Default values are false.
In the documentation it is stated:
- max - boolean - enables or disables GREEN highlighting of a cell(s) with the the biggest value in a row (optional);
- min - boolean - enables or disables RED highlighting of a cell(s) with the least value in a row (optional);