We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ef7410 commit 413a582Copy full SHA for 413a582
1 file changed
ux/DatabaseStack.htm
@@ -2,6 +2,10 @@
2
<meta charset="utf-8">
3
<style>
4
5
+body {
6
+ padding: 20px;
7
+}
8
+
9
.node circle {
10
fill: #fff;
11
stroke: steelblue;
@@ -23,8 +27,8 @@
23
27
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js"></script>
24
28
<script>
25
29
26
-var width = 960,
- height = 2200;
30
+var width = 1024,
31
+ height = 800;
32
33
var cluster = d3.layout.cluster()
34
.size([height, width - 160]);
0 commit comments