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

echarts设置线条粗细

时间:2017-09-16 16:10:11      阅读:493      评论:0      收藏:0      [点我收藏+]

标签:ems   log   type   charts   lan   style   chart   mst   targe   

series: [
                    {
                        name:"buy",
                        type:line,
                        data:[],
                        itemStyle: {
                            normal: {
                                color: #6cb041,
                                lineStyle:{
                                    width:3//设置线条粗细
                                }
                            }
                        }
                    }
     ]

可查看资料:http://echarts.baidu.com/echarts2/doc/example/themeDesigner.html

echarts设置线条粗细

标签:ems   log   type   charts   lan   style   chart   mst   targe   

原文地址:http://www.cnblogs.com/rachelch/p/7531375.html

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