Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[ClavaLaraApi] Adds rankdir option tp Call Graph DOT generation#143

Open
tiagolascasas wants to merge 1 commit intomasterfrom
dot-formatter-rankdir
Open

[ClavaLaraApi] Adds rankdir option tp Call Graph DOT generation#143
tiagolascasas wants to merge 1 commit intomasterfrom
dot-formatter-rankdir

Conversation

Copy link
Member

tiagolascasas commented Apr 2, 2024

Static Call Graph can now generate a DOT with a custom rankdir (e.g., top-bottom, left-right, etc):

const dot1 = graph.toDot(); // uses default rankdir = TB, same as before
const dot2 = graph.toDot("LR");

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant