The echarts.js chart is displayed from right to left

used the echarts tool to draw a chart
now the demand is that the X axis from right to left, the Y axis remains on the left, the line of the chart is also displayed from right to left, the document does not teach how to change the direction of the X axis, does that know how to change the direction of the X axis?

clipboard.png

Apr.11,2021

 xAxis: {
        type: 'category',
        boundaryGap: false,
        data: ['','','','','','',''],
        inverse:true   //,false,true
    },
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-1b32aac-2b196.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-1b32aac-2b196.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?