Hi
Could you please tell me Why text overlap using react + graph ?I am using this package
https://www.npmjs.com/package/react-graph-vis
Here is my code https://codesandbox.io/s/gifted-stallman-7h61c
When data is transfer bidirectional then text is overlap ?
{ from: 1, to: 2, label: "asdas asd" },
{ from: 2, to: 1, label: "xcc ashdhashd" },
any update ?