crubier / react-graph-vis

A react component to render nice graphs using vis.js

Home Page:http://crubier.github.io/react-graph-vis/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overlapping edges.

chandrarishabh opened this issue · comments

Overlapping edges.

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

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