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.

13 lines
278 B

  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4. <title>Timeline requirejs demo</title>
  5. <script data-main="scripts/main" src="scripts/require.js"></script>
  6. <link href="../../../dist/vis.css" rel="stylesheet" type="text/css" />
  7. </head>
  8. <body>
  9. <div id="visualization"></div>
  10. </body>
  11. </html>