Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Issue with getEdges and setStyles #567

Open
aelkebbaj opened this issue Sep 28, 2015 · 0 comments
Open

Issue with getEdges and setStyles #567

aelkebbaj opened this issue Sep 28, 2015 · 0 comments

Comments

@aelkebbaj
Copy link

Hello,
I have a problem to use the 2 functions: getEdges and setStyles. I used the following code:

    alchemy1 = new Alchemy(config);
    var edge = alchemy1.getEdges(0, 2);
    edge.setStyles({"color": "red"});

But the 2 functions mentionned above didn't work. I didn't get the edge which has the source 0 and the target 2 colored in red color.
Could you please help me.
Regards.

@aelkebbaj aelkebbaj reopened this Sep 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant