ECharts笔记

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

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

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

posted on 2017-01-22 14:21  Jy2018努力努力  阅读(86)  评论(0编辑  收藏  举报