tooltip: { formatter: function () { let color = this.point.y > 3 ? "red" : "#000"; return '<b style="color:'+color+'">' + this.series.name + '</b><br/>' + this.point.y + ' 个' + this.point.name.toLowerCase(); } }