Chart Gallery

http://code.google.com/p/gchart/
he 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.
The new Symbol properties fillSpacing and fillThickness are central to GChart 2.0's new pie, line, and area chart capabilities. These let you control the spacing and size of the connecting dots in a line chart, and the spacing and thickness of the shading bands in a pie slice or area-filling curve. Since each additional dot or band adds an extra HTML element, these new properties make it easy to control your charts' visual-quality/performance tradeoff.


