问题描述:

问题解决:

yAxis: {
type: 'value',
name: yAxisName,
axisLabel:{
formatter:function(value){
return value+"";
}
}
},
参考文档:
https://www.jianshu.com/p/194176cfd02b
