Directory

VisualizationsForVaadin - Vaadin Add-on Directory

Chart Tools / Interactive Charts (aka Visualization API) for Vaadin.. Unsupported and unlikely to work anymore. VisualizationsForVaadin - Vaadin Add-on Directory
Definitely not supported, unlikely to work in any scenario due to all the changes in Vaadin. Download at your own risk. Has been unlikely to work for a good few years now. All source is available, so don't whine with some snarky review, modify it yourself... Google Chart Tools / Interactive Charts (aka Visualization API) for Vaadin Also requires gwt-visualization.. which can be found here http://code.google.com/p/gwt-google-apis/downloads/list Should be included in (Eclipse) WebContent...WEB-INF.. lib.. Includes: AnnotatedTimeLine AreaChart and AreaChartImage BarChart and BarChartImage ColumnChart Gauge GeoMap ImageChart IntensityMap LineChart and LineChartImage Map (Google Map) MotionChart OrganizationChart PieChart and PieChartImage ScatterChart SparklineImage Table NEW Image Chart allows you to create charts such as a Radar Chart, see demo for example
Source Code
Online Demo

VisualizationsForVaadin version 0.0.1
Freshly renamed to comply with Terms and conditions

VisualizationsForVaadin version 0.0.2
Added GeoMap, IntensityMap and Google Map

VisualizationsForVaadin version 0.0.4
Now supports Google Chart Tools (aka Visualization) Library 1.1

VisualizationsForVaadin version 0.0.5
Added Table

VisualizationsForVaadin version 1.0
Stable release

VisualizationsForVaadin version 1.1
Allows for setColors on PieChart, AreaChart, BarChart, ColumnChart, LineChart and ScatterChart. Patch courtesy of Craig Conboy Usage ColumnChart cc = new ColumnChart(); cc.setColors("orange", "slategray") The colors to use for the chart elements. An array of strings, where each element is an HTML color string, for example: colors:['red','#004411']. See http://gwt-google-apis.googlecode.com/svn-history/r1132/javadoc/visualization/1.0/com/google/gwt/visualization/client/CommonOptions.html

VisualizationsForVaadin version 1.1.1
Allows for colours to be set n AnnotatedTimeLine

VisualizationsForVaadin version 1.1.2
null