文件名称:ngFlowchart:ngFlowchart支持在Web应用程序中对图形进行拖放建模
文件大小:181KB
文件格式:ZIP
更新时间:2024-05-22 00:08:52
JavaScript
ng流程图 ngFlowchart是使用AngularJS绘制流程图图的简单且可自定义的方法。 其主要特点是: 原生AngularJS支持 通过编写自己的来自定义节点外观的简便方法 自动调整其图形的大小 入门 使用Bower通过bower install ngFlowchart 运行gulp在ngFlowchart目录启动交互式演示。 目录 一体化 添加样式表: < link rel =" stylesheet " href =" bower_components/ngFlowchart/dist/flowchart.css " type =" text/css " > 包含脚本: < script src =" bower_components/ngFlowchart/dist/ngFlowchart.js " > </ script > 使用fc-canvas指令显示图
【文件预览】:
ngFlowchart-master
----.gitignore(166B)
----liveDemo.gif(156KB)
----karma.conf.js(2KB)
----README.md(6KB)
----jscs.json(2KB)
----.bowerrc(41B)
----LICENSE(1KB)
----ngFlowchartDependencyGraph.dia(2KB)
----app()
--------flowchart()
----.jshintrc(219B)
----bower.json(725B)
----wallaby.js(1KB)
----package.json(929B)
----dist()
--------ngFlowchart.js(52KB)
--------flowchart.css(141B)
--------app.js(6KB)
--------onedatastyle.css(3KB)
--------index.html(2KB)
----ngFlowchartDependency.png(30KB)
----.travis.yml(930B)
----.editorconfig(414B)
----gulpfile.js(3KB)