Skip to content

Commit 4fbfb25

Browse files
committed
Minor modifications
Minor modifications
1 parent 68c19f3 commit 4fbfb25

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,9 @@
9696
return color(Math.random());
9797
})
9898
.attr({
99-
'opacity': 0.2,
100-
stroke: 'steelblue'
99+
'fill-opacity': 0.1,
100+
stroke: 'black',
101+
'stroke-width': 0.3
101102
});
102103
//For each box
103104
var allWords = [];

0 commit comments

Comments
 (0)