vis.js is a dynamic, browser-based visualization library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
676 B

  1. <!doctype html>
  2. <html>
  3. <head>
  4. <title>vis.js | documentation</title>
  5. <link rel='stylesheet' href='css/style.css' type='text/css' />
  6. <link href="css/prettify.css" type="text/css" rel="stylesheet" />
  7. <link href='css/style.css' type='text/css' rel='stylesheet'>
  8. <script type="text/javascript" src="lib/prettify/prettify.js"></script>
  9. </head>
  10. <body>
  11. <div id="container">
  12. <h1>vis.js documentation</h1>
  13. <p>Vis.js contains the following components:</p>
  14. <ul>
  15. <li><a href="dataset.html">DataSet</a></li>
  16. <li><a href="graph.html">Graph</a></li>
  17. <li><a href="timeline.html">Timeline</a></li>
  18. </ul>
  19. </div>
  20. </body>
  21. </html>