Skip to content

Commit

Permalink
generateData: bigger nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
sxywu committed Aug 21, 2017
1 parent 7bcfbec commit f58fd75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/generateData.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ function randomData(nodes, width, height) {
.map(() => {
return {
key: _.random(30),
size: _.random(6, 10),
size: _.random(8, 16),
};
}).uniqBy('key').value();

Expand Down

0 comments on commit f58fd75

Please sign in to comment.