Skip to content

Commit

Permalink
cleanup better undirect edges bend
Browse files Browse the repository at this point in the history
  • Loading branch information
karchjd committed Jan 26, 2025
1 parent 78da846 commit 189c8b4
Show file tree
Hide file tree
Showing 53 changed files with 468 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dev/compile_restart_dev.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
recompile_front <- T # nolint
release <- F
release <- T

if (recompile_front) {
# Compile Svelte front end
Expand Down
6 changes: 1 addition & 5 deletions frontend/src/Shiny/fromR.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -325,15 +325,11 @@
}
});
console.log(
`The most common angle is: ${mostCommonAngle} with ${maxCount} occurrences.`,
);
if (mostCommonAngle === 180) {
cy.edges().forEach((edge) => {
edge.style("control-point-distances", [100]);
if (edge.isUserAdded()) edge.style("control-point-distances", [100]);
});
}
cy.fit();
}
Expand Down
1 change: 1 addition & 0 deletions inst/www/assets/@babel-f352b073.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions inst/www/assets/@jaames-324f80d4.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions inst/www/assets/canvg-9e71c765.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions inst/www/assets/core-js-93797867.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions inst/www/assets/cose-base-abb6f3d0.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions inst/www/assets/cssesc-ae0dab9a.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions inst/www/assets/cytoscape-716fe419.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions inst/www/assets/cytoscape-automove-b06479d5.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions inst/www/assets/cytoscape-cola-0e9b31a3.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions inst/www/assets/cytoscape-context-menus-1313501e.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 189c8b4

Please sign in to comment.