ECharts给纵坐标添加单位

{{ time }}

示例代码如下

    yAxis: {
        type: 'value',
        axisLabel: {
            formatter:'{value}万元'
        }
    },