gantt-chart generate an svg gantt chart in node and the browser example View this example on htmlbin. export some task data in chart.json: { "wow": { "dependencies": [ "amaze" ], "duration": "1 week" }, "amaze": { "duration": "3 days" }, "cool": { "duration": "6 days" }, "whatever": { "duration": "1 day", "dependencies": [ "wow" ] }, "very": { "duration": "2 days", "dependencies": [ "amaze" ] }, "