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.

43 lines
1.6 KiB

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <title>Feature Requests</title>
  8. <!-- Bootstrap -->
  9. <link href="css/bootstrap.min.css" rel="stylesheet">
  10. <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
  11. <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
  12. <!--[if lt IE 9]>
  13. <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
  14. <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
  15. <![endif]-->
  16. <style>
  17. body {
  18. padding:10px;
  19. }
  20. div.textHTMLContent {
  21. display:block;
  22. width:800px;
  23. }
  24. </style>
  25. </head>
  26. <body>
  27. <h1>Feature requests</h1>
  28. <div class="textHTMLContent">The ones we marked in blue are on our todo list but if someone wants to pick them up for us that would be great! Once we start working on a feature, we'll remove it from this list.
  29. The issues marked in green are being worked on by the community and link to their forked version. Finally, the ones in black are not on our immediate todo list but would be great if someone added them.</div>
  30. <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
  31. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  32. <!-- Include all compiled plugins (below), or include individual files as needed -->
  33. <script src="js/bootstrap.min.js"></script>
  34. </body>
  35. </html>