修改echarts数据表legend参数的排列样式

legend: [

        {  
                    orient: 'horizontal',  
                    x : '5%',  

                    bottom:'20px',
                   width:'50px',
                    align: 'left',  
                    data: ['直达','邮件营销','联盟广告'],  

                },{  
                    orient: 'horizontal',  
                    x : '25%',  
                     bottom:'20px',

                   width:'50px',
                    align: 'left',  
                    data: ['视频广告','百度','谷歌'],  

                },{  
                    orient: 'horizontal',  
                   x : '55%',  
                   bottom:'20px',

                   width:'50px',
                    align: 'left',  
                    data: ['必应','其他'],  

                } 

    ],

你可能感兴趣的:(修改echarts数据表legend参数的排列样式)