|
|
- <!DOCTYPE html>
- <html>
-
- <head>
- <meta charset='utf-8' />
- <meta http-equiv="X-UA-Compatible" content="chrome=1" />
- <meta name="title" content="vis.js">
- <meta name="description" content="vis.js is a dynamic, browser-based visualization library" />
- <meta name="keywords" content="vis, visualization, javascript, browser based, web based, chart, linechart, timeline, graph, network, browser" />
- <meta name="author" content="Almende B.V.">
-
- <link rel="stylesheet" type="text/css" href="css/style.css">
-
- <title>vis.js | dynamic, browser-based visualization library</title>
- </head>
-
- <body>
-
- <div id="container">
- <h1>vis.js</h1>
-
- <p>
- Vis.js is a dynamic, browser based visualization library.
- The library is designed to be easy to use, to handle large amounts
- of dynamic data, and to enable manipulation of the data.
- The library consists of a Timeline, LineChart, LineChart3d, Graph, and Treegrid.
- </p>
-
- <p>
- Vis.js Library is part of <a href="http://chap.almende.com">CHAP</a>,
- the Common Hybrid Agent Platform, developed by <a href="http://almende.com">Almende B.V</a>.
- It is the successor of the <a href="https://github.com/almende/chap-links-library">CHAP Links Library</a>.
- </p>
-
- <p>
- The source code of vis.js is available on github:
- <a href="https://github.com/almende/vis" target="_blank">https://github.com/almende/vis</a>
- </p>
-
- <p style="font-style: italic;">
- Coming soon...
- </p>
- </div>
-
- <a id="forkme" href="https://github.com/almende/vis/" target="_blank">
- <img src="img/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" >
- </a>
-
- </body>
- </html>
|