You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hello,
I have a problem to use the 2 functions: getEdges and setStyles. I used the following code:
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.
The text was updated successfully, but these errors were encountered: