xxxxxxxxxx
<html>
<head>
<meta charset="utf-8">
<style>
body {
font: 10px sans-serif;
}
.axis path,
.axis line {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
}
.x.axis path {
display: none;
}
.line-chart {
border: solid 1px #333;
padding: 1em;
}
.line {
fill: none;
stroke: steelblue;
stroke-width: 1.5px;
}
</style>
<script src="https://d3js.org/d3.v3.js"></script>
<script src="https://misoproject.com/js/d3.chart.js"></script>
</head>
<body>
<h1>Simple Line Chart with d3.chart (version 0.2)</h1>
<p>Note: d3.chart's support for using SVG <path> elements as Layers could use improvement!</p>
<script src="line.js"></script>
<script src="app.js"></script>
</body>
</html>
Modified http://d3js.org/d3.v3.js to a secure url
Modified http://misoproject.com/js/d3.chart.js to a secure url
https://d3js.org/d3.v3.js
https://misoproject.com/js/d3.chart.js