gantt:开源Javascript甘特图 Open source
弗拉佩·甘特(Frappe Gantt) 用于网络的简单,交互式,现代甘特图库 安装 npm install frappe-gantt 用法 将其包含在您HTML中: [removed][removed] <link rel="stylesheet" href="frappe-gantt.css"> 并开始入侵: var tasks = [ { id : 'Task 1' , name : 'Redesign website' , start : '2016-12-28' , end : '2016-12-31' , progress : 20 , dependencies : 'Task 2, Task 3' , custom_class : 'bar-milestone'
文件列表
gantt-master.zip
(预估有个23文件)
gantt-master
.eslintrc
138B
.babelrc
24B
rollup.config.js
499B
license.txt
1KB
package.json
1KB
tests
date_utils.test.js
4KB
index.html
2KB
dist
暂无评论