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
{{ message }}
This repository was archived by the owner on Jul 29, 2019. It is now read-only.
First of all let me start of by saying I love your work, it's helping us out a great deal in the development of our new project. It just works fantastically and the code looks really slick. I'm learning a lot from going digging through it!
Great documentation also, keep up the good work!
I was wondering though if there was a way to exert control over the order in which things are drawn on the canvas. I've read that the network exposes "beforeDrawing" and "afterDrawing" but I need somethings that allows me to draw somethings under a node but on top of edges. Any suggestions on how to go about creating such a result?