Echarts legend控制分页功能

在这里插入图片描述

 	var classEcharts = echarts.init(document.getElementById('transcation_echarts'));
 
            var selected = {};
            var merchant_transaction_ranking_top5Key ={$merchant_transaction_ranking_top5Key};//echarts的key值
            for(let i=0;i<merchant_transaction_ranking_top5Key.length;i++){
            if(i<6){
                selected[merchant_transaction_ranking_top5Key[i]] = true;
            }else{
                 selected[merchant_transaction_ranking_top5Key[i]] = false;
             }
            }
                    var classpeOption ={
                    title: {
                    text: 'Top5 商户交易排行',
                    left: 'center',
                    bottom: 30,
                    textStyle: {
                        color: '#333',
                        fontSize:'16',
                        fontWeight:'400',
                    }
                    },
                    tooltip: {
                        trigger: 'item',
                        position: ['50%', '50%'],
                        formatter: '{a} <br/>{b}: {c} ({d}%)'
                    },
                        color:['#21c835','#c51d1d','#5ec2f0','#e49a36','#86BF8F'],
                        legend: {//控制分页的功能
                            width:'100%',
                            type: 'scroll',
                            orient: 'vertical',
                            left:0,
                            top:20,
                            bottom:10,
                            data:merchant_transaction_ranking_top5Key,
                            selected:selected,
                            icon:'circle',
                            itemWidth:10,

                            formatter: function (name) {
                                return echarts.format.truncateText(name, 50, '12px Microsoft Yahei', '…');
                            },
                            tooltip: {
                                show: false
                            }
                    },
                    series: [
                    {
                    name: '所属占比',
                    type: 'pie',
                    radius: ['25%', '35%'],
                    center:['50%','60%'],
                    avoidLabelOverlap: false,
                    label: {
                        show: true,

                    },
                    emphasis: {
                    label: {
                        show: true,
                        fontSize: '5',
                        fontWeight: 'bold'
                    }
                    },
                    labelLine: {
                        show: true,
                        length:0
                    },
                    data: {$merchant_transaction_ranking_top5Value}
                    }
                    ]
                    };
                    classEcharts.setOption(classpeOption);
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值