Echarts 如何将y轴的刻度与数字对齐!求!

图片说明
Echarts 如何将y轴的刻度与数字对齐!求!

添加上alignWithLabel

yAxis: {
        type: 'value',
        axisTick: {
             alignWithLabel: true
        }
 },