Vis Network Add-on - Vaadin Add-on Directory
Component to display networks using vis-networkVis Network Add-on is a Vaadin Flow component for displaying and interacting with network graphs, based on the [vis-network](https://visjs.github.io/vis-network/docs/network/) library.
This add-on was born as a port of the Vaadin 7 add-on [visjs-addon (network)](https://vaadin.com/directory/component/visjs-addon) by sameeraroshan. It was ported from the [`visJs4+` branch](https://github.com/sameeraroshan/visjs/tree/visJs4%2B) of that project, which targeted Vaadin 7.4+ and vis.js 4.x.
The Java API (`NetworkDiagram`, `Node`, `Edge` and the `Options` tree) is kept, so an application written against the source will recognise most of its code. From there the two diverge: this add-on differs in everything the move to Vaadin 25 required, and will likely keep adding fixes and features the source does not have.
`vis-network` is updated to 10.1.2 from the 4.x the source was written against.
For how to use examples go to https://github.com/vaadin-component-factory/vcf-vis-network/tree/main/vcf-vis-network-demo/src/main/java/org/vaadin/addons/componentfactory/demo
Major pieces of development of this add-on has been sponsored by multiple customers of Vaadin. Read more about Expert on Demand at: [Support](https://vaadin.com/support) and [Pricing](https://vaadin.com/pricing).
View on GitHubVis Network Add-on version 1.0.0
Initial implementation release