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
    },
Menu