Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chengwb53 committed Nov 14, 2017
1 parent 1942f76 commit a039db6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ function loopShowTooltip (chart, chartOption, options);
| chart | ECharts实例 |
| chartOption | ECharts配置信息 |
|options| {<br>interval 轮播时间间隔,单位毫秒,默认为2000<br>loopSeries boolean类型,默认为false。true表示循环所有series的tooltip,false则显示指定seriesIndex的tooltip<br>seriesIndex 默认为0,指定某个系列(option中的series索引)循环显示tooltip,当loopSeries为true时,从seriesIndex系列开始执行。<br>updateData 自定义更新数据的函数,默认为null;用于类似于分页的效果,比如总数据有20条,chart一次只显示5条,全部数据可以分4次显示。<br>}|

返回值:
{clearLoop: clearLoop}

0 comments on commit a039db6

Please sign in to comment.