Y轴添加标签,可以保留1位小数
axisLabel: {
formatter:function (value, index) {
return value.toFixed(1);
}
}
####
对结果进行value.toFixed(n)保留n位小数