forked from dk8996's block: D3.js Gantt Chart basic example.
xxxxxxxxxx
<html>
<head>
<title>Gantt Chart Example 1</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>
<script type="text/javascript" src="https://d3js.org/d3.v4.min.js"></script>
<script type="text/javascript" src="gantt.js"></script>
<script type="text/javascript" src="example.js"></script>
</body>
</html>
Modified http://d3js.org/d3.v4.min.js to a secure url
https://d3js.org/d3.v4.min.js