Skip to content

Commit

Permalink
Adding an option for hiding the selected and sequence id attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
john-guerra committed Jul 24, 2023
1 parent 0cb1071 commit 05711a3
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 49 deletions.
2 changes: 2 additions & 0 deletions example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@
d.target = dNodes[d.target];
});



nv.data(graph.nodes);
nv.updateCallback(function (nodes) {
update({
Expand Down
2 changes: 1 addition & 1 deletion example_vispubdata/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ <h2>Papers Selected</h2>
</div>

<!-- Step 0: Load the libraries -->
<script src="https://d3js.org/d3.v5.js"></script>
<script src="https://d3js.org/d3.v7.js"></script>
<script src="https://unpkg.com/popper.js@1.14/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vega@5.3.5/build/vega.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vega-lite@3.2.1/build/vega-lite.js"></script>
Expand Down
Loading

0 comments on commit 05711a3

Please sign in to comment.