d3/examples/spline/spline.html

15 строки
410 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Spline Editor</title>
<link type="text/css" rel="stylesheet" href="spline.css"/>
<script type="text/javascript" src="../../d3.js"></script>
</head>
<body>
<div id="chart"></div>
<p><label for="interpolate">Interpolate:</label>
<select id="interpolate"></select>
<script type="text/javascript" src="spline.js"></script>
</body>
</html>