文件名称:chartjs-plugin-deferred:Chart.js插件可推迟初始图表更新
文件大小:177KB
文件格式:ZIP
更新时间:2024-05-20 14:24:37
plugin chartjs lazy-loading JavaScript
插件可推迟初始图表更新,直到用户滚动并且画布出现在视口中为止,从而在用户可能看到它们时触发初始图表动画。 需要 2.6.0或更高版本。 文献资料 例子 new Chart ( ctx , { // ... data ... options : { // ... other options ... plugins : { deferred : { xOffset : 150 , // defer until 150px of the canvas width are inside the viewport yOffset : '50%' , // defer until 50% of the canvas height are inside the viewport delay : 500 /
【文件预览】:
chartjs-plugin-deferred-master
----rollup.config.js(869B)
----src()
--------plugin.js(4KB)
----scripts()
--------create-bower-json.js(379B)
--------.eslintrc.js(95B)
--------release.sh(944B)
--------create-packages.js(1KB)
----.eslintrc.yml(109B)
----.npmignore(82B)
----.codeclimate.yml(264B)
----.travis.yml(938B)
----LICENSE.md(1KB)
----README.md(2KB)
----docs()
--------.vuepress()
--------scripts()
--------assets()
--------guide()
--------samples()
----.gitignore(51B)
----.eslintignore(42B)
----package-lock.json(532KB)
----package.json(1KB)