Skip to content

Commit 413a582

Browse files
committed
updated UX
1 parent 2ef7410 commit 413a582

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

ux/DatabaseStack.htm

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
<meta charset="utf-8">
33
<style>
44

5+
body {
6+
padding: 20px;
7+
}
8+
59
.node circle {
610
fill: #fff;
711
stroke: steelblue;
@@ -23,8 +27,8 @@
2327
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js"></script>
2428
<script>
2529

26-
var width = 960,
27-
height = 2200;
30+
var width = 1024,
31+
height = 800;
2832

2933
var cluster = d3.layout.cluster()
3034
.size([height, width - 160]);

0 commit comments

Comments
 (0)