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

"Wind" property not working

chakaponi opened this issue · comments

Aaaand Unknown option detected: "wind" in options = { physics: { wind }} Perhaps it was misplaced? Matching option found at: options = { nodes: { id }}

I was using vis 4.21.0 through CDN and faced the same error.
<script type="text/javascript" src="https://visjs.github.io/vis-network/standalone/umd/vis-network.min.js"></script>
I added this line into my html page and it worked for me

I don't know the reason behind this error. It would be great if someone could explain it

I hope this helps : )