在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:frappe/gantt开源软件地址:https://github.com/frappe/gantt开源编程语言:JavaScript 93.3%开源软件介绍:Install
UsageInclude it in your HTML:
And start hacking: 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' // optional
},
...
]
var gantt = new Gantt("#gantt", tasks); You can also pass various options to the Gantt constructor: var gantt = new Gantt("#gantt", tasks, {
header_height: 50,
column_width: 30,
step: 24,
view_modes: ['Quarter Day', 'Half Day', 'Day', 'Week', 'Month'],
bar_height: 20,
bar_corner_radius: 3,
arrow_curve: 5,
padding: 18,
view_mode: 'Day',
date_format: 'YYYY-MM-DD',
custom_popup_html: null
}); ContributingIf you want to contribute enhancements or fixes:
PublishingIf you have publishing rights (Frappe Team), follow these steps to publish a new version. Assuming the last commit (or a couple of commits) were enhancements or fixes,
License: MIT Project maintained by frappe |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论