UNPKG

d3-gantt-chart

Version:

Gantt chart library using D3.js.

19 lines (18 loc) 992 B
<!DOCTYPE html> <html> <head> <title>Gantt Chart Example 2</title> <link type="text/css" href="http://mbostock.github.io/d3/style.css" rel="stylesheet" /> <link type="text/css" href="example.css" rel="stylesheet" /> </head> <body> <a id="forkme_banner" href="http://dk8996.github.io/Gantt-Chart/">View on GitHub</a> <a id="twittme_banner" href="https://twitter.com/intent/tweet?hashtags=d3&original_referer=http%3A%2F%2Fdk8996.github.io%2FGantt-Chart%2F&text=D3%20Gantt%20Chart&tw_p=tweetbutton&url=http%3A%2F%2Fdk8996.github.com%2FGantt-Chart&screen_name=dk8996" target="_blank">Share on Twitter</a> <button type="button" onclick="example.addTask()">Add Task</button> <button type="button" onclick="example.removeTask()">Remove Task</button> <script type="text/javascript" src="../lib/d3/d3.v3.min.js"></script> <script type="text/javascript" src="../gantt-chart-d3.js"></script> <script type="text/javascript" src="example2.js"></script> </body> </html>