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.

17 lines
385 B

  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4. <title>Timeline require.js demo</title>
  5. <script data-main="scripts/main" src="scripts/require.js"></script>
  6. <link href="../../../../dist/vis-timeline-graph2d.min.css" rel="stylesheet" type="text/css" />
  7. </head>
  8. <body>
  9. <p>
  10. This example shows how to load the vis.js library using require.js.
  11. </p>
  12. <div id="visualization"></div>
  13. </body>
  14. </html>