Vaadin 23 Java integration of vis-timeline
Vis.js is a dynamic, browser based visualization library. The library uses JSON for configuration and communication.
vis-timeline is a visualization to display timelines.
Comming soon (!)example
- Forked from alisardarian/vis-network-vaadin
- Implements the new version of vis.js timeline module (7.7.2) for Vaadin 23.
- Supports NPM mode on Vaadin 23+
https://visjs.github.io/vis-timeline/docs/timeline/
https://visjs.github.io/vis-timeline/examples/timeline/ (Not everything is possible with this addon)
- Run
mvn jetty:run
. - Open http://localhost:8080 in the browser.