给echarts 的图例改变形状

legend: {
                            
    data:[
            {    
                name:'手机',
                           icon : 'force',    //变成你想要的图例的类型
                        textStyle:{fontWeight:'bold', color:'green'}
                                    
            },
            {    
                name:'ipad',
                           icon : 'force',
                        textStyle:{fontWeight:'bold', color:'green'}
                                    
            },
            {    
                name:'电脑',
                           icon : 'force',   
                        textStyle:{fontWeight:'bold', color:'green'}
                                    
            },
        ]
                            
},
View Code

 

posted @ 2016-08-01 15:36  jinzhu4147  阅读(4456)  评论(0编辑  收藏  举报