должно быть в свойстве серии.
series: [{
name: 'Punch Card',
typs: 'heatmap',
data: [{
value: [0,0,5],
}, {
value: [1,0,0],
visualMap: false, // this will be escaped from visualMap control
}],
itemStyle: {
normal: {
color: 'rgb(0,255,0)', // this will be color of uncontrolled item
},
},
}]