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
Hey, we can add a CSS class to the node's SVG element (say destNode, sourceNode or midNode) and then vary panel.css. That lets us decouple styling logic from the JS.
I implemented it like this:
https://github.com/hoch/canopy/blob/master/app/spiral-elements/spiral-audiograph/spiral-audiograph.html#L412
I wish there is a more structured way of doing this, but I don't think dagre supports it. Let's hack together. :)
The text was updated successfully, but these errors were encountered: