Why Is Vis.js Not Displaying Anything
I am trying vis.js and have been using the example which can be found here: http://visjs.org/docs/network/ I used exact the same html-setup which is like this:
Solution 1:
Changing
<script type="text/javascript" src="../../dist/vis.js"></script>
to
<script type="text/javascript" src="../../dist/vis.min.js"></script>
solved the problem.
Post a Comment for "Why Is Vis.js Not Displaying Anything"