|
|
- <!doctype html>
- <html>
-
- <head>
- <title>vis.js | documentation</title>
- <link rel='stylesheet' href='css/style.css' type='text/css' />
-
- <link href="css/prettify.css" type="text/css" rel="stylesheet" />
- <link href='css/style.css' type='text/css' rel='stylesheet'>
-
- <script type="text/javascript" src="lib/prettify/prettify.js"></script>
- </head>
-
- <body>
- <div id="container">
-
- <h1>vis.js documentation</h1>
-
- <p>Vis.js contains the following components:</p>
-
- <ul>
- <li><a href="dataset.html">DataSet</a></li>
- <li><a href="graph.html">Graph</a></li>
- <li><a href="timeline.html">Timeline</a></li>
- </ul>
-
- </div>
- </body>
- </html>
|