summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2014-05-21 15:20:33 +0200
committerPeter Wu <peter@lekensteyn.nl>2014-05-21 15:20:33 +0200
commit28641ec5e1a5e819f92c715ba297d2cf2305941f (patch)
treedabebe0a9a7613f28dd91abc8fe6dd778a874cea
parent0334aa5e0051b59ce4050fd306b26119466e2991 (diff)
downloadd3viz-28641ec5e1a5e819f92c715ba297d2cf2305941f.tar.gz
Better names / title
-rw-r--r--js/spam.js (renamed from js/bubble.js)0
-rw-r--r--spamviz.html (renamed from bubble.html)4
2 files changed, 2 insertions, 2 deletions
diff --git a/js/bubble.js b/js/spam.js
index c37426e..c37426e 100644
--- a/js/bubble.js
+++ b/js/spam.js
diff --git a/bubble.html b/spamviz.html
index 697a65d..acebd5e 100644
--- a/bubble.html
+++ b/spamviz.html
@@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
-<title>D3 demo</title>
+<title>Network visualization</title>
</head>
<style>
html, body {
@@ -145,6 +145,6 @@ html, body {
<script src="lib/d3.js"></script>
<script src="js/collision.js"></script>
<script src="js/preprocess.js"></script>
-<script src="js/bubble.js"></script>
+<script src="js/spam.js"></script>
</body>
</html>