Export Attributes | ||||||||||||||||||||||||||||||||||||
These attributes are used while calling the exportChart() function of any FusionCharts object. They are meant to be passed as simple JavaScript object (JSON-like property-list) whenever there is the exportAttributes in context. Typical usage of these attributes is in exportAttributes of every new FusionChartsExportObject. Example: <script type="text/javascript"> var myExporter = new FusionChartsExportObject('myExporter', 'Charts/FCExporter.swf'); In the FusionChartsExportObject constructor, you can provide export Attributes in {key1: 'value1', key2: 'value2', ... } format. Example: var myComponent = new FusionChartsExportObject('myComponent', 'Charts/FCexporter.swf', null | ||||||||||||||||||||||||||||||||||||
|