刻度需要设置固定的值
在定义轴标签
function(){
if(this==50){
return "aa"} if(this==100){
return "bb"}
else
return this; }
----------------
效果: