Skip to content

Commit

Permalink
#32 added sample graph of 350 nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
hamzaislam101 committed Sep 15, 2024
1 parent fc5c7cd commit 350c092
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion demo/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ async function pageLoaded() {
options.push("class");
options.push("bom");
options.push("knowledge-graph");
for (let i = 1;i<9;i++){
for (let i = 1;i<10;i++){
options.push("sample"+i);
}
for (const graph in window.experimentSmallGraphs) {
Expand Down
4 changes: 4 additions & 0 deletions demo/samples/sample9.graphml

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions dist/cytoscape-hyse.cjs.js

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions dist/cytoscape-hyse.esm.js

Large diffs are not rendered by default.

0 comments on commit 350c092

Please sign in to comment.