xAxis: { type: 'value', axisLabel:{ //增加这个对其进行你想要的格式转换 formatter:function(value,index){ return value/1000; } } },