Chronographic Timeline component for Vaadin.
ChronoGrapher is Vaadin implementation of BSD licensed SimileTimeline (SIMILE Widgets | Timeline). Most javascripts and graphics are from SimileTimeline project (with some modifications). Some of the gwt client side code (also with some modifications) are from Apache 2.0 licensed gwtsimiletimeline project (https://code.google.com/p/gwtsimiletimeline/).
Quick Start with maven
- Add dependency to the pom.xml of your project
- Add widgetset inheritance to the YouProjectWidgetSet.gwt.xml file
- Compile widgetset (mvn vaadin:compile)
Alternatively you can refer the chronographer-demo project as an example.