crubier / react-graph-vis

A react component to render nice graphs using vis.js
http://crubier.github.io/react-graph-vis/
MIT License
960 stars 172 forks source link

Overlapping edges. #84

Closed chandrarishabh closed 4 years ago

y3pio commented 4 years ago

Can you try adding smooth: {enabled: true} to your edge data? Reference: https://visjs.github.io/vis-network/docs/network/edges.html?keywords=smooth,type

chandrarishabh commented 4 years ago

@y3pio Thank you so much. It worked. I am closing this issue.