vis-network-vaadin
Vaadin 14 Java integration of vis-network
Vis.js Network diagram for Vaadin14
- This is an upgraded version of visjs-vaadin-component
- Implements the new version of vis.js network module (9.0.5) for Vaadin14(LTS).
- Supports NPM mode on Vaadin14+
vis-network documentation:
https://visjs.github.io/vis-network/docs/network/
vis-network examples:
https://visjs.github.io/vis-network/examples/ (Not everything is possible with this addon)
⚠ if you use whitelisted-packages
of Spring Configuration, you have to add this package to it:
org/vaadin/addons/visjs/network/main
Links
Compatibility
Was this helpful? Need more help?
Leave a comment or a question below. You can also join
the chat on Discord or
ask questions on StackOverflow.
Version
- fixed deselect event bug
- some improvements
- Released
- 2021-07-26
- Maturity
- TESTED
- License
- Apache License 2.0
Compatibility
- Framework
- Vaadin 14+
- Browser
- N/A
vis-network-vaadin - Vaadin Add-on Directory
Vaadin 14 Java integration of vis-network## Vis.js Network diagram for Vaadin14
* This is an upgraded version of [visjs-vaadin-component](https://vaadin.com/directory/component/visjs-vaadin-component)
* Implements the **new version of vis.js network module (9.0.5)** for **Vaadin14(LTS)**.
* Supports **NPM** mode on Vaadin14+
### vis-network documentation:
[https://visjs.github.io/vis-network/docs/network/](https://visjs.github.io/vis-network/docs/network/)
### vis-network examples:
[https://visjs.github.io/vis-network/examples/](https://visjs.github.io/vis-network/examples/)
(Not everything is possible with this addon)
#### ⚠ if you use `whitelisted-packages` of Spring Configuration, you have to add this package to it:
```
org/vaadin/addons/visjs/network/main
```
View on GitHubvis-network-vaadin version 1.0.2
* fixed deselect event bug
* some improvements