echarts y轴百分比显示

更改配置项yAxis:

 yAxis: [
                    {  
                        type: 'value',  
                        axisLabel: {  
                            show: true,  
                            interval: 'auto',  
                            formatter: '{value} %'  
                            },  
                        show: true  
                    }  
                ],

 

posted @ 2018-09-04 11:31  小白点  阅读(34890)  评论(0编辑  收藏  举报