-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Network clustering: Cannot read property 'font' of undefined #2677
Comments
@AoDev Thanks for the details problem description. But I can not reproduce this problem with your example-code: http://jsbin.com/foyufig/1/edit?html,js,console,output Can you please try to reproduce the error in a public jsbin. Thanks. |
Thanks, I'll try tomorrow. What I can say is, by removing the |
Please provide us a minimal example via jsbin.com showing the error and explain how to reproduce the issue. |
@Tooa http://jsbin.com/vorozibulo/edit?html,js,console,output @mojoaxel jsbin was missing the grouping. |
@wimrijnders I am still getting this error. Is there any fix for this? |
@arunkumarpro1 I just scanned the issues; I am under the impression that this was fixed with #3025 and released in If not, please upgrade first. Otherwise, the workaround is setting option Please notify me about the |
@wimrijnders I am using vis v4.20.1. Yes the given workaround works fine for me. I can set options.nodes.font.multi to false for now. |
OK good. However, it worries me that this still occurs. Will dive into this issue regardless. |
Yes. That would be really great. |
Yes, I have. The given workaround is fine for me.
|
@arunkumarpro1 There is a fix for this issue. Will hopefully be in the next release. |
Hi, I have basically copied the example of clustering here.
Just using my own data.
when initiating the graph
When getting the data (before, I add a group property to each node)
My graph config
Stacktrace:
I believe it breaks in Label, here
because for some reason options was not passed / is undefined.
The text was updated successfully, but these errors were encountered: