Vis.js is a dynamic, browser based visualization library. The library uses JSON for configuration and communication.
Picture is from example application at https://github.com/watho/visjs-example
- Forked from sameeraroshan extended by trobar
- Implements the latest vis.js network module (4.21.0) version for Vaadin 8.2.0.
- Integrates a hot fix for a regression until the next release. See https://github.com/almende/vis/commit/f6445cdf07df337ef829d27542823868d2a33873
- It only implements the network module, because all other charts provided by vis.js are already captured by Vaadin Charts.
- The vis.js library is developed by Almende B.V, as part of CHAP. Vis.js runs fine on Chrome, Firefox, Opera, Safari, IE9+, and most mobile browsers (with full touch support).
- Visit http://visjs.org/docs/network/index.html for the documentation on visjs.
- Visit http://visjs.org/network_examples.html for network examples in JS. Not everything is possible with this addon.
- Visit https://github.com/watho/visjs-example for a simple vaadin example.
Everything in here vis.js network, except
- Clustering
- Graph methods that return objects (tricky in Vaadin)
- Loading data from DOT or Gephi
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.2.4</version>
</dependency>