更新时间:2020-03-09 11:05:11
修改数据请编辑script.js中
chart.data = [{
"category": "Module #1",
"start": "2019-01-10",
"end": "2019-01-13",
"color": colorSet.getIndex(0),
"task": "Gathering requirements"
}, {
"category": "Module #1",
"start": "2019-02-05",
"end": "2019-04-18",
"color": colorSet.getIndex(0),
"task": "Development"
}....];