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}' 

            }, 
    }
],
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b38716-2c0f7.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b38716-2c0f7.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?