Skip to content Skip to sidebar Skip to footer

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

<scripttype="text/javascript"src="../../dist/vis.js"></script>

to

<scripttype="text/javascript"src="../../dist/vis.min.js"></script>

solved the problem.

Post a Comment for "Why Is Vis.js Not Displaying Anything"