forked from dk8996's block: D3.js Gantt Chart, example 3
xxxxxxxxxx
<html>
<head>
<title>Gantt Chart Example 3</title>
<link type="text/css" href="https://mbostock.github.io/d3/style.css" rel="stylesheet" />
<link type="text/css" href="example.css" rel="stylesheet" />
</head>
<body>
<a id="forkme_banner" href="https://dk8996.github.io/Gantt-Chart/" target="_blank">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="addTask()">Add Task</button>
<button type="button" onclick="removeTask()">Remove Task</button>
<button type="button" onclick="changeTimeDomain('1hr')">1 HR</button>
<button type="button" onclick="changeTimeDomain('3hr')">3 HR</button>
<button type="button" onclick="changeTimeDomain('6hr')">6 HR</button>
<button type="button" onclick="changeTimeDomain('1day')">1 DAY</button>
<button type="button" onclick="changeTimeDomain('1week')">1 WEEK</button>
</body>
</html>
<script type="text/javascript" src="https://d3js.org/d3.v3.min.js"></script>
<script type="text/javascript" src="https://static.mentful.com/gantt-chart-d3v2.js"></script>
<script type="text/javascript" src="example3.js"></script>
Modified http://d3js.org/d3.v3.min.js to a secure url
Modified http://static.mentful.com/gantt-chart-d3v2.js to a secure url
https://d3js.org/d3.v3.min.js
https://static.mentful.com/gantt-chart-d3v2.js