Open Flash Chart

Mercredi, 20 août 2008, 23:07 | Category : Archives stefeclipse
Tags : ,

Open Flash Chart is a flash library to display charts I plan to use in GWT.
Here is an example of the line chart in v1:

var so = new SWFObject(”http://teethgrinder.co.uk/open-flash-chart/open-flash-chart.swf”, “chart”, “500″, “250″, “9″, “#FFFFFF”);
so.addVariable(”data”, “http%3A%2F%2Fteethgrinder.co.uk%2Fopen-flash-chart%2Fdata.php”);
so.addParam(”allowScriptAccess”, “sameDomain”);
so.write(”flashcontent”);

Go to their site to see other examples (bar, pie, etc.)

GChart 2.1

Mardi, 19 août 2008, 21:37 | Category : Archives stefeclipse
Tags : , ,

This client-side chart library I’ve spoke before, 2.1 is out.
For remember:
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 [...]