DALDEI / visjs

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

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

License:Apache License 2.0


Languages

Language:Java 92.5%Language:JavaScript 6.7%Language:CSS 0.9%