ECharts为X轴Y轴添加单位

yAxis : [
    {
        type : 'value',
        max:100,  //Y轴最大值 不写的话自动调节
        axisLabel:{formatter:'{value} %'}
    }
],