datavjs/test/libs.scatterplotMatrix.html
Theseue 712ae56273 add
import
2012-08-23 13:32:56 +08:00

28 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>DataV Test Suite</title>
<link rel="stylesheet" href="qunit/qunit/qunit.css">
<script src="qunit/qunit/qunit.js"></script>
<script type="text/javascript" src="../deps/compatible.js"> </script>
<script type="text/javascript" src="../deps/d3.js"></script>
<script type="text/javascript" src="../deps/d3.csv.js"></script>
<script type="text/javascript" src="../deps/d3.layout.js"></script>
<script type="text/javascript" src="../deps/raphael.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript" src="../datav.js"></script>
<script type="text/javascript" src="../libs/scatterplotMatrix.js"></script>
<script type="text/javascript" src="../libs/brush.js"></script>
</head>
<body>
<div id="qunit"></div>
<div id="qunit-fixture">test markup</div>
<div id="chart"></div>
<script src="libs.scatterplotMatrix.js"></script>
</body>
</html>