Package com.fusioncharts

Class Summary
FCParameters Sample Usage: FCParameters fcParams = new FCParameters("Column2D.swf", "myFirst", "100", "200", "false", "false", "window", "CCCCCC", "", "EN", null, "", "", "xml", "flash", null); fcParams.toJSON();
FusionChartsHelper Contains methods to add no cache string to a url,getting colors for the charts.
This class can be used to create chart xml given the swf filename and other
parameters.
In order to use this class in your jsps,import this class and
call the appropriate method directly as follows:
FusionChartsHelper.addCacheToDataURL(...);
In order to use this class for colors call the method as shown:
FusionChartsHelper helper = new FusionChartsHelper();
String bgColor = helper.getFCColor();
 

Enum Summary
FCParameters.FCParams Enum for the parameters to the FusionCharts JS constructor