码迷,mamicode.com
首页 > 其他好文 > 详细

echarts-在现实标题中显示百分比

时间:2016-09-24 16:13:48      阅读:138      评论:0      收藏:0      [点我收藏+]

标签:

如图:需要在标题显示所占百分比

技术分享

使用方式:途中标记部分

    series : [{
                name: ‘类型‘,
                type: ‘pie‘,
                radius : ‘55%‘,
                center: [‘50%‘, ‘60%‘],
                data:valuearray,
                itemStyle: {
                    emphasis: {
                        shadowBlur: 10,
                        shadowOffsetX: 0,
                        shadowColor: ‘rgba(0, 0, 0, 0.5)‘
                    },
                    normal:{ 
                        label:{ 
                            show: true, 
                            formatter: ‘{b} : {c} ({d}%)‘ 
                        }, 
                        labelLine :{show:true} 
                    } 
                }
            }
        ]

 

echarts-在现实标题中显示百分比

标签:

原文地址:http://www.cnblogs.com/hwaggLee/p/5903383.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!