在series->itemStyle->normal中可以将color定义成随机的, 如下: color: function (value){alert(value); return "#"+("00000"+((Math.random()*16777215+0.5)>>0).toString(16)).slice(-6); }