FusionCharts and JavaScript Overview |
FusionCharts v3.2 offers highly enhanced JavaScript classes for better integration and control. It seamlessly binds with JavaScript/AJAX to let you do the following:
Note that all JavaScript integration methods implemented prior to FusionCharts v3.2 will continue to function without any problem.
|
FusionCharts and JavaScript integration |
FusionCharts is no more Flash! It's Flash + JavaScript. JavaScript, on one hand, acts as a helper class to the Flash based charts and adds more functionality to these charts. On the other hand, JavaScript acts as a renderer of pure JavaScript based charts.
Using the combination of FusionCharts and JavaScript, you can offer a seamless experience to your end users. Here, we'll discuss how the integration of both these technologies yields the best results. Before we move to the examples, please make sure that you have setup Flash Player Global Security settings so that you don't encounter any problems when locally implementing FusionCharts using JavaScript. |
The First Step |
Before we start with any of our examples, you need to ensure that you've the following things ready for use:
|
Implementation |
In the following pages we will learn how FusionCharts JavaScript classes integrate with FusionCharts. We will learn how to:
We will also go through all API Reference of FusionCharts JavaScript classes. Code examples discussed in this section are present in Download Package > Code > JavaScript > Basics folder. |