pivot table cells highlighted in light green?

Hi, when using pivot table why are some of the cells highlighted in light green?

Highlighting of the biggest value in a row is enabled by default.
You can switch it off by setting max parameter to false

webix.ui({
	
	view:"pivot",
	max: false,
	...
})

Also, you can highlight the least value in a row the same way with the min parameter