Skip to content

Commit

Permalink
Set marriage nodes hidden as default in demo
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikGartner committed Apr 24, 2020
1 parent 65cc67d commit b7ef5e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

<script src="https://cdn.jsdelivr.net/lodash/4.17.4/lodash.min.js"></script>
<script src="https://d3js.org/d3.v4.min.js"></script>
<script src="dtree.js"></script>
<script src="dTree.min.js"></script>
<body>
<h1>Demo</h1>
<div id="graph"></div>
Expand All @@ -56,7 +56,7 @@ <h1>Demo</h1>
{
target: "#graph",
debug: true,
hideMarriageNodes: false,
hideMarriageNodes: true,
marriageNodeSize: 5,
height: 800,
width: 1200,
Expand Down

0 comments on commit b7ef5e3

Please sign in to comment.