xxxxxxxxxx
<head>
<script src='https://cdnjs.cloudflare.com/ajax/libs/d3/4.10.2/d3.min.js'></script>
<script src='timeSeries.js'></script>
<style>
#tooltip {
position: absolute;
}
circle:hover {
cursor: pointer;
}
</style>
</head>
<body>
<svg width="1300px" height="800px"></svg>
<script src='script.js'></script>
</body>
<html>
https://cdnjs.cloudflare.com/ajax/libs/d3/4.10.2/d3.min.js