org-howto/d3/drag3/drag-example.html

16 lines
379 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<script type="text/javascript" src="/ext/d3/d3.v3.min.js"></script>
<script type="text/javascript" src="drag-example.js"></script>
</head>
<body>
<div id="frame"></div>
<script type="text/javascript">
window.onload = function() {
ex.start(this);
}
</script>
</body>
</html>