Skip to content

Commit

Permalink
Release 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stolyaroleh committed Jun 25, 2019
1 parent 71cfda8 commit a3d1591
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion static/drawGraph.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ function drawGraph(data) {
d3.forceManyBody()
.strength(-30)
)
.force('center', d3.forceCenter())
.force(
'link',
d3.forceLink()
Expand Down

0 comments on commit a3d1591

Please sign in to comment.