Osheen Sachdev
Osheen Sachdev
@ArnaudRib facing the same issue in #447
@danielcaldas @antoninklopp any progress on this issue?
@danielcaldas @ymd-44 were you able to resolve the error? All unlinked nodes appear at the corner. Also I am not being able to use the drag feature. I am getting...
@danielcaldas the problem is present with [email protected] as well.
@ggrujic if it helps you might want to create your custom nodes using the `viewGenerator` attribute. I solved the readability problem by creating a custom UI with text inside the...
@ongmk were you able to solve this issue?
@ongmk yes I was able to solve that by creating a component containing only the graph and passing the data as props to that component. I also added the function...
@danielcaldas https://github.com/oshhh/chatbot_app/tree/react-d3-graph-debug branch: react-d3-graph-debug To run just clone it and run `npm start`. Go to the tab "Knowledge Graph" and you'll be able to see nodes stuck at origin. Configuration:...
@onlyreddy I think the properties `d3.linkLength` and `d3.linkStrength` are not working at all. I tried putting different values but I'm getting the same graph. There is some issue with the...
@jrraymond were you able to resolve this issue?