-
-
Notifications
You must be signed in to change notification settings - Fork 376
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
Unable to update ctxRenderer for custom shapes #2171
Comments
I've fixed this issue in https://www.npmjs.com/package/@diyguy/vis-network since MR got stuck |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was unable to update
ctxRenderer
for custom shape in vis-network using functionupdateOnly
Code example: https://codepen.io/Dmitry-Marov/pen/WNqbEXN
Expected result: red square changes to green circle and back every second.
Actual result: red square does not change to green circle, even though
ctxRenderer
function gets updated.The text was updated successfully, but these errors were encountered: