echarts中坐标与标签刻度对齐

xAxis: {
    data: ["土地、房屋及建筑物","遇用设备","裤子","家具、用具、装具及动植物","袜子"],// 坐标与标签刻度对齐
    axisTick: {
        alignWithLabel: true
    }
},