Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Hard-changing drawing of arrows per edge type #775

Closed
matkoch opened this issue Dec 29, 2018 · 1 comment
Closed

Hard-changing drawing of arrows per edge type #775

matkoch opened this issue Dec 29, 2018 · 1 comment

Comments

@matkoch
Copy link

matkoch commented Dec 29, 2018

Thanks for this great project first!

In my graph visualization, I would like to hard-change (not necessarily with CSS), the direction of edges. Meaning that arrows should be on the other side. Changing from TD to BT or similar is not desirable. Basically, I want the arrow of normal edges --> to be shown in the other direction, and keep the direction of -.-> edges. This is because my graph has two types of relations. One is to express normal dependencies with the arrow directed to the dependency (A requires B to be executed), the other to express forward triggers with the arrow pointing to the thing that gets triggers (A triggers C).

@matkoch
Copy link
Author

matkoch commented Jan 4, 2019

I took a different approach, which is good enough for now. Thanks again for this project!

@matkoch matkoch closed this as completed Jan 4, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant