-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Browser IE 11 and Chrome not responding for long labels #3417
Comments
Would you mind posting an example label text where this happens? I'd like to see if I can reproduce it on my machine. |
try below sample labels |
Can't reproduce. Nothing special is happening with latest stable To be fair, I'm not using |
4.18, do you have a vis.d.ts file available for 4.20.1 version of vis ? |
Use this to test:
...oh wait, you're using a typescript interface definition. Crap. @mbroad, help? |
However, on my side I can test Update: Working fine. |
Possibly a duplicate of #3429. |
@goldymanikoth |
I am using Angular2 VIS to create Network nodes and edges dynamically from my datasource using a for loop. I have noticed a weird issue when my lable size is more than 10 and having some special characters like ',' then the browser stop responding after few sec.
node sample
var nodeC = { id: cnt, label: this.sourceMappingModel.ChildFeeds[i].ChildFeedName, x: -150, y: -150 }
edge sample
var edgC = { 'from': cnt, 'to': 1, 'arrows': 'to', 'physics': false, 'smooth': { 'type': 'cubicBezier' } };
The text was updated successfully, but these errors were encountered: