Echarts chart unit problem

help me to see what to do if you don"t want so many zeros after the comma
clipboard.png

Mar.20,2021

xAxis: {
    type: 'value',
    axisLabel:{  //
        formatter:function(value,index){
            return value/1000;
        }
    }
},

xAxis: [

    {
        type : 'value',
          axisLabel : { 

             formatter : '{value}' 

            }, 
    }
],
Menu