Skip to content

Commit

Permalink
tweak viz
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed Dec 15, 2023
1 parent e01acdf commit ee3aafc
Show file tree
Hide file tree
Showing 3 changed files with 508 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/docs/predicates.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ <h2>Visualizations of the Biolink Model Predicates</h2>
<button><a href="categories.html">Categories</a></button>
<button class="active"><a href="predicates.html">Predicates</a></button>
<button><a href="treats_dag.html">Treats (with mixins)</a></button>
<button><a href="treats_dag.html">Predicates (with mixins)</a></button>
<button><a href="aspects.html">Aspects</a></button>
<button><a href="https://biolink.github.io/biolink-model">Back to Documentation</a></button>

Expand Down
6 changes: 3 additions & 3 deletions src/docs/treats_dag.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<body>
<h2>Treats Predicates (with <span style="color: purple;">mixins</span>)</h2>

<div id="cy" style="width: 20000px; height: 1800px;"></div>
<div id="cy" style="width: 2000px; height: 1800px;"></div>

<script>
document.addEventListener('DOMContentLoaded', function () {
Expand Down Expand Up @@ -48,8 +48,8 @@ <h2>Treats Predicates (with <span style="color: purple;">mixins</span>)</h2>
'text-wrap': 'wrap', // Ensures text wrapping
'text-max-width': 160, // Adjust as needed
'font-size': 110, // Adjust font size as needed,
'width': 2000,
'height': 2000
'width': 1000,
'height': 1000
}
},
{
Expand Down
Loading

0 comments on commit ee3aafc

Please sign in to comment.