Skip to content

watho/vaadin-flow-visjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vis.js Network diagram for Vaadin Framework

Published on Vaadin Directory Vaadin Directory version for visjs-vaadin-component Vaadin Directory release for visjs-vaadin-component Vaadin Directory star rating for visjs-vaadin-component Vaadin Directory star rating for visjs-vaadin-component

Introduction

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

example

About vis.js in this component

About the addon

  • It only implements the network module.
  • 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.

What is implemented?

Everything in here vis.js network, except

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

Development instructions

Starting the test/demo server:

mvn jetty:run

This deploys a simple demo at http://localhost:8080. For more advanced demo see TODO (https://visjs-vaadin-component.herokuapp.com/)