Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-m1 committed Mar 4, 2024
1 parent 89557b3 commit 3c3f778
Show file tree
Hide file tree
Showing 8 changed files with 99 additions and 87 deletions.
Binary file added 2b11d3022815a425c67f.module.wasm
Binary file not shown.
Binary file removed 4dae9f9f24e003c613b2.module.wasm
Binary file not shown.
Binary file removed b42096eacb37f01773bb.module.wasm
Binary file not shown.
Binary file removed bb95a1350a95e05a44a5.module.wasm
Binary file not shown.
167 changes: 86 additions & 81 deletions bootstrap.js

Large diffs are not rendered by default.

Binary file removed f40983668b7276a6aeb1.module.wasm
Binary file not shown.
13 changes: 10 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</script>
<meta charset="UTF-8">
<title>Graphoscope</title>
<meta name="keywords" content="dot, visualize, big, graph, online" />
<meta name="keywords" content="dot, visualize, big, graph, online, interactive" />
<meta name="description" content="Graphoscope: Big dot graph interactive visualization" />
<script src="./bootstrap.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/svg-pan-zoom.min.js"></script>
Expand Down Expand Up @@ -54,10 +54,16 @@
<nav>
<h1>Graphoscope</h1>
</nav>

<noscript>This page contains webassembly and javascript content, please enable javascript in your browser.</noscript>

<div style="min-width: 10cm; max-width: 90%; margin-left: auto; margin-right: auto;">
<blockquote>Graphoscope is an interactive graph visualization based on <a
href="https://graphviz.org/documentation/TSE93.pdf">DOT algorithm.</a>
Currently only simple dot files are supported (see examples and generated graphs for the details).
To navigate over a big graph you can use "Focus on" by node name or label or click on node you want to focus.
Touch devices are not fully supported.
</blockquote>

<div class="grid">
<div>
<input type="file" id="browse" />
Expand All @@ -81,7 +87,8 @@ <h1>Graphoscope</h1>
Examples:
<ul>
<li>
<a onclick="visualize('a->b;b->c;b->d;c->e;d->e;a->b1;b1->b2;b2->b3;b3->b4;b4->b5;b5->e;')">Simple</a>
<a
onclick="visualize('a[label=&quot;node a&quot;];a->b;b->c;b->d;c->e;d->e;a->b1;b1->b2;b2->b3;b3->b4;b4->b5;b5->e;')">Simple</a>
</li>
<li>
<a
Expand Down
6 changes: 3 additions & 3 deletions index_js.bootstrap.js

Large diffs are not rendered by default.

0 comments on commit 3c3f778

Please sign in to comment.