Open Flash Chart
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.)
