ECharts为X轴Y轴添加单位

版权声明:JiahaoZhang原创文章,转载请注明出处 https://blog.csdn.net/GrootBaby/article/details/81943126
yAxis : [
    {
        type : 'value',
        max:100,  //Y轴最大值 不写的话自动调节
        axisLabel:{formatter:'{value} %'}
    }
],

猜你喜欢

转载自blog.csdn.net/GrootBaby/article/details/81943126