|
FusionCharts JavaScript Classes |
|
FusionCharts JavaScript Classes are present in Download
Package > Charts folder. There are four main JavaScript files (FusionCharts.js, FusionCharts.HC.js, FusionCharts.HC.Charts.js, and jquery.min.js) contained in this folder. FusionCharts.js is the core FusionCharts JavaScript class that helps you embed charts
in your Web pages in a user friendly way and offers functionalities like updating chart data, retrieving chart data, supporting multiple data formats, event handling etc. Additionally, it also helps in rendering JavaScript fallback charts (using FusionCharts.HC.js, FusionCharts.HC.Charts.js and jquery.min.js). FusionChartsExportComponent.js allows control over the client-side Export Component and provides interfaces to link the client-side Export Component to the charts present in the web page. FusionCharts.jqueryplugin.js provides easy jQuery syntaxes to render FusionCharts.
The legacy FusionCharts JavaScript class (from v3.1.1) is also provided in Download Pack > SourceCode > JavaScript > Legacy folder.
|
|
SWF Files (Ready to use charts) |
|
FusionCharts XT is essentially a bundle of SWF files, each being a chart. All the charts are present in Download
Package > Charts folder. Whenever you need to create charts
for a new web application, just copy these SWF files and paste it
in your application. Additionally, the client side export component, which comes as a separate SWF file (FCExporter.swf) is also present in Charts folder. |
|
All the code that we refer to in this documentation, are present
in Download Package > Code folder.
These are ready-to-use code samples, which you can copy-paste and run.
Just make sure that you copy the charts (from the Charts folder) along with the respective
example, else you will get an empty placeholder instead of the chart.
Code samples are provided for following technologies:
- ASP - Using standard method & FusionCharts ASP API
- PHP - Using standard method & FusionCharts PHP API
- ASP.NET - VB.NET and C#
- ColdFusion
- Ruby on Rails
- J2EE
- JavaScript
- jQuery
|
|
Server Side Export Handlers (Image/PDF Saving Scripts) |
|
The scripts which allow you to save FusionCharts XT as PDF/images at server-side are present in Download Package > ExportHandlers folder. Please refer to "Exporting as Image/PDF " section in documentation on how to use them.
Note: Starting FusionCharts XT v3.3.0, JavaScript charts can be exported and saved to a server disk. To do so, you need to configure your own server. The sever should support PHP and JAVA (1.3 or above). Also, you need to place the FusionCharts PHP export handler and Apache Batik SVG Rasterizer library in your server.
|
|
There are a few tools that user can use to build and configure charts in Download Package > Tools folder.
|
|
The XSD schema of all the charts is present in Code > ChartXSD folder.
|
|
If you have the source code license of FusionCharts XT (as part of Enterprise, Enterprise Plus or Redistributable license), you can find
the source code at Download Package >
SourceCode folder.
The source code of Flash charts are present in Download Package >
SourceCode > Flash folder. This folder contains all the .fla files. All the ActionScript files are under the package com.fusioncharts.
The source code of JavaScript charts and FusionCharts JavaScript classes are present in Download Package >
SourceCode > JavaScript folder.
|
|
We have built a few chart samples for your viewing pleasure. These
are present in Download Package > Gallery
folder. |