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

ECharts笔记

时间:2017-01-22 15:06:09      阅读:171      评论:0      收藏:0      [点我收藏+]

标签:type   chart   smo   使用   name   线图   nbsp   smooth   弧度   

1、将折线图的线改成有弧度线展示:在series加上smooth :true

  列如:        series : [
                        {
                            name:‘使用次数‘,
                            type:‘line‘,

                            smooth :true,
                            yAxisIndex: 1,
                            data:[1,2,3]
                        }
                    ]

ECharts笔记

标签:type   chart   smo   使用   name   线图   nbsp   smooth   弧度   

原文地址:http://www.cnblogs.com/Mr-JY/p/6340180.html

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