"Wind" property not working
chakaponi opened this issue · 1 comments
chakaponi commented
Aaaand Unknown option detected: "wind" in options = { physics: { wind }} Perhaps it was misplaced? Matching option found at: options = { nodes: { id }}
RohanpolGIT commented
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 : )