Skip to content
/ visjs Public
forked from martinprause/Visjs

Visjs / vis.js (4.x) for Vaadin (8.x) Addon

License

Notifications You must be signed in to change notification settings

watho/visjs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Introduction

Vis.js is a dynamic, browser based visualization library. The library uses JSON for configuration and communication.

example

Picture is from example application at https://github.com/watho/visjs-example

About this fork

About the addon

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>

Releases

No releases published

Packages

No packages published

Languages

  • Java 93.0%
  • JavaScript 7.0%