付费节点推荐
免费节点
节点使用教程
itemStyle: {
normal: {
shadowBlur: 10,
shadowColor: 'rgba(120, 36, 50, 0.5)',
shadowOffsetY: 5,
color: function(e){
if(e.name == $("#deptname").val()){
return 'red';
}else{
return 'blue';
}
console.log(e);
}
}
}
未经允许不得转载:Bcoder资源网 » echarts 散点图 不同数据设置不同的颜色
评论前必须登录!
登陆 注册