xxxxxxxxxx
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>D3 Pie with slider</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<script src="https://d3js.org/d3.v3.min.js"></script>
<link rel="stylesheet" href="https://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css">
<script src="https://code.jquery.com/jquery-1.9.1.js"></script>
<script src="https://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="slidercontainer">
<div id="pie-chart"></div>
<div id="slider"></div>
</div>
<script src="index.js"></script>
</body>
</html>
https://d3js.org/d3.v3.min.js
https://code.jquery.com/jquery-1.9.1.js
https://code.jquery.com/ui/1.10.3/jquery-ui.js