xxxxxxxxxx
<html lang="en">
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js"></script>
<script src="https://colineberhardt.github.io/d3fc/layout.js"></script>
<script src="https://colineberhardt.github.io/d3fc/d3fc.js"></script>
<link href="https://colineberhardt.github.io/d3fc/d3fc.css" rel="stylesheet"/>
<link href="style.css" rel="stylesheet"/>
</head>
<body>
<div style='margin-right: 40px;'>
<svg id='time-series' style='height: 300px; width: 100%; overflow: visible'>
<defs>
<linearGradient id="area-gradient"
x1="0%" y1="0%"
x2="0%" y2="100%">
<stop offset="0%" stop-opacity="0.3" stop-color="#fff" />
<stop offset="100%" stop-opacity="0" stop-color="#1a9af9" />
</linearGradient>
</defs>
</svg>
</div>
<script src="script.js"></script>
</body>
</html>
Modified http://colineberhardt.github.io/d3fc/Layout.js to a secure url
Modified http://colineberhardt.github.io/d3fc/d3fc.js to a secure url
https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js
https://colineberhardt.github.io/d3fc/Layout.js
https://colineberhardt.github.io/d3fc/d3fc.js