xxxxxxxxxx
<meta charset="utf-8">
<style>
.axis--x path {
display: none;
}
.line {
fill: none;
stroke: steelblue;
stroke-width: 1.5px;
}
</style>
<!-- Create SVG -->
<svg width="960" height="500"></svg>
<!-- Load the D3 library -->
<script src="//d3js.org/d3.v4.min.js"></script>
<!-- Call Javascript file -->
<script type = "text/javascript" src = "../assignment5.js"></script>
https://d3js.org/d3.v4.min.js