首页 > 其他 > 详细

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

时间:2016-09-24 16:13:26      阅读:742      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!