Pury
Pury
https://github.com/vasturiano/react-force-graph/issues/148 https://github.com/vasturiano/force-graph/issues/75 It works for me. Thanks!
> I had same kind of problem, I don't know if it will help, I just changed one line in the **map.css**: I removed the relative position of the item...
I also meet the same problem. ``` const nodeVal = node => { return node.r; } ```
@vasturiano Yes, here is a simple example. [https://codesandbox.io/s/forcegraph3d-demo2-d8msdt](https://codesandbox.io/s/forcegraph3d-demo2-d8msdt) However, it may not be relevant to `nodeThreeObject`, but affected by the node's attribute `nodeVal`. It seems that the arrow will be...
Thanks for your support @vasturiano, it fixed the problem!