d3/examples/splom/splom.html

15 строки
450 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>Scatterplot Matrix</title>
<script type="text/javascript" src="../../d3.js"></script>
<script type="text/javascript" src="cross.js"></script>
<link type="text/css" rel="stylesheet" href="splom.css"/>
</head>
<body>
<div id="chart"></div>
<script type="text/javascript" src="splom.js"></script>
</body>
</html>