Skip to content

Visjs / vis.js (4.x) for Vaadin (8.x) Addon. 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 and interaction with the data.

License

Notifications You must be signed in to change notification settings

martinprause/Visjs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visjs (4.x) Network implementation for Vaadin (8.x) - Addon

This is a fork of the great visjs addon by Sameera Roshan for Vaadin

Vis.js is a dynamic, browser based visualization library. The library uses JSON for configuration and communication. This fork implements the latest vis.js network module (4.0) version for Vaadin 8.1.

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.

What is implemented?

Everything in here vis.js network, except

  • Clustering
  • Graph methods that return objects (tricky in Vaadin)
  • Loading data from DOT or Gephi

Maven dependencies

<dependency>
	<groupId>com.google.code.gson</groupId>
    <artifactId>gson</artifactId>
    <version>2.2.4</version>
</dependency>

About

Visjs / vis.js (4.x) for Vaadin (8.x) Addon. 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 and interaction with the data.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 93.3%
  • JavaScript 6.7%