如何将符合条件的坐标轴染色
什么样式?搞个案例看看
这里调整成-100
Y轴自定义一下
function(){
if(this=='成都'){
return '<span style="color:red">'+this+''
}
else
return this;
效果