xxxxxxxxxx
<meta charset="utf-8">
<style>
body {
background: linear-gradient(#1e1e1e, #191919);
background-attachment: fixed;
background-repeat: no-repeat;
}
#chart {
width: 1200px;
margin: 55px auto;
}
svg {
background: none;
}
.axis path {
fill: none;
}
.axis line {
stroke: #FCFCFC;
}
div.tooltip {
position: absolute;
text-align: left;
padding: 12px;
font-size: 16px;
font-family: sans-serif;
background: rgba(250, 250, 250, 0.75);
border-radius: 3px;
pointer-events: none;
}
</style>
<script src="//d3js.org/d3.v3.min.js"></script>
<script>
</script>
<body>
<div id = 'chart'></div>
</body>
https://d3js.org/d3.v3.min.js