1.0.1 • Published 3 years ago

zy-func v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

概述

前端常用方法包括js、vue、react、echarts等常用方法的js库 ...

Install(安装)

npm i zy-func --save

Usage(使用)

echarts

echartstooltip轮播(loopShowTooltip)

this.tootipTimer && this.tootipTimer.clearLoop(); // this.tootipTimer 在data里定义 this.tootipTimer = null; // 调用轮播的方法 this.tootipTimer = this.loopShowTooltip(this.chart, this.getOptions(), { interval: 4000, // 轮播间隔时间 loopSeries: true, // 是否开启轮播循环 // loopSeries: boolean类型,默认为false。true表示循环所有series的tooltip;false则显示指定seriesIndex的tooltip。 // seriesIndex: 默认为0,指定某个系列(option中的series索引)循环显示tooltip,当loopSeries为true时,从seriesIndex系列开始执行。 });

Donation

...

Contact me(联系我)

...

License

MIT Copyright (c) 2018 - forever Naufal Rabbani