echarts yaxis 显示百分比

 yAxis: [
                    {  
                        type: 'value',  
                        axisLabel: {  
                            formatter: '{value} %'  
                            },  
                    }  
                ],

你可能感兴趣的:(echarts yaxis 显示百分比)