Vasco Asturiano

Results 1135 comments of Vasco Asturiano

@mail2soumenpal thanks for reaching out. It's difficult to say without more details of what error you're getting. Can you create a minimal example on https://codepen.io/ that reproduces the error? As...

1. If you're implementing your own `nodeCanvasObject`, you could calibrate the `fontSize` according to the text length that fits within the node radius. 2. Does this example not work for...

@Jingo91 the `linkWidth` does not affect the link hover interactions, it's purely cosmetic. If you wish to hide (some) labels on hover, simply return a falsy value on the `linkLabel`...

@Jingo91 good point, thanks for reporting that. I've added a `linkVisibility` accessor method (`v1.12.0`) which should allow you to fix that. Let me know if it works for you.

You can cancel the re-heating of the force engine on updates by setting `.cooldownTicks(0)` before a data update. This will prevent the nodes from moving. However, if you just need...

@riccardoferretti yes you're right, the indexing of the nodes is done by object reference, not an object attribute like `id`. Therefore to maintain continuity between data updates you should not...

@hornta this is by design. The `linkColor`, like the other accessor props, accepts 2 type of inputs: * a link accessor method that indicates how to extract a color from...

@fgais there is currently no way to specify this value externally (it is fixed to `0`), but generally you can achieve the same effect by manipulating the `d3AlphaDecay` parameter. Also,...

@xlfe thanks for surfacing this. This is a tricky one. Ideally you'd want the component to handle these interactions correctly regardless of the device, so I'd rather not make it...

@xlfe thanks for this investigation. So I think what is unusual with this case is that when you touch the screen it will register a large movement from the place...