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
A hook callback function that can modify the canvas circle (node element). I have implemented changing circle to a pie, but not sure how to merge it decently to the framework.
The text was updated successfully, but these errors were encountered:
In the new version, it is possible to add your own custom node renderer. You will find some more documentation here.
Also, here are some precisions:
If you want to customize node rendering, do not forget that you have to do it for each renderer (Canvas, WebGL, and more when more renderers will be implemented).
Every node renderers will not be systematically merged, since different people will always need different renderers.
A hook callback function that can modify the canvas circle (node element). I have implemented changing circle to a pie, but not sure how to merge it decently to the framework.
The text was updated successfully, but these errors were encountered: