angular-paths:path.js 高级 API 的指令

时间:2024-07-18 08:57:12
【文件属性】:

文件名称:angular-paths:path.js 高级 API 的指令

文件大小:15KB

文件格式:ZIP

更新时间:2024-07-18 08:57:12

JavaScript

角路径 通常的小事情是“角度化” : 将paths全局包装在一个可注入的Paths服务中 为路径的提供了一堆指令 此外 指令预先计算line 、 area 、 sector和polygon svg 路径,并分别使它们可以从curve._line 、 curve._area 、 curve._sector和curve._polygon 。 在模板中调用curve..path.print()的传统paths方法在性能方面与angular摘要循环不太匹配(尤其是在典型的ng-repeat场景中)。 安装 bower install angular-paths 用法 在您的应用程序中的某处声明paths依赖项,并注入Paths服务以访问所有paths API 或使用任何paths paths-指令,如 < div paths-bar =" barConfig


【文件预览】:
angular-paths-master
----example()
--------templates()
--------index.html(3KB)
--------app.js(4KB)
--------style.css(97B)
----package.json(1KB)
----test()
--------spec()
----dist()
--------angular-paths.js(7KB)
----Gruntfile.js(2KB)
----src()
--------stock.js(216B)
--------radar.js(279B)
--------pie.js(285B)
--------smooth-line.js(231B)
--------bar.js(210B)
--------paths-provider.js(174B)
--------interval-gauge.js(240B)
--------angular-paths.js(5KB)
----.gitignore(42B)
----karma.conf.js(522B)
----README.md(3KB)
----.jshintrc(431B)
----bower.json(675B)

网友评论