function(){ if(this.seriesName=="红色的系列名"){ return this.points[0].value+this.points[1].value; }; return this.value; }