Three Client-side GChart's are shown below (click on them for a live demo):
The Chart Gallery contains additional (and simpler) examples and corresponding screen shots. The GChart javadocs contain the detailed API specs. See Installing GChart for
... [More]
how to include GCharts within your GWT application. See the GChart 2.3, GChart 2.2 and GChart 2.1 release notes for recent changes. GChart 2.3 was tested with GWT 1.5.2, but not 1.4.62. GChart 2.2 was the last 1.4.62 tested release.
The main idea behind GChart is simple: You can make very nice charts efficiently out of a reasonably small number of 1-cell Grids (for the aligned labels) and (empty) Images (for everything else), styled and positioned appropriately on an AbsolutePanel. Not surprisingly, bar charts don't suffer at all under the limitations imposed by this strategy--but (as long as you don't mind using dotted connecting lines or banded-filled pie slices) line and pie charts also do remarkably well. [Less]