Using FusionCharts DOM with JavaScript

FusionCharts DOM has an extremely efficient and object-oriented javascript. It behaves well with most other javascript frameworks. It has an extremely configurable architecture.

This architecture also conforms that the charts generated using FusionChartsDOM behaves exactly like charts would had they been generated any other way. However, with FusionChartsDOM, you have the added option of accessing your charts using the FusionChartsDOM javascript object. It also has some added error handling and automation routines that would help the javascipt developers to build friendlier scripts.

 

The process of FusionChartsDOM is so simple, that almost all your existing javascript implementations can be incorporated with FusionCharts DOM. This is illustrated by implementing the existing "Example Application" from the FusionCharts and JavaScript section.

.. See this page in action


Your chart will appear like below:

Example Application

 

 

The FusionChartsDOM Object

The heart of FusioCharts DOM is the javascript object FusionChartsDOM. An architectural overview of the object has been pictorially represented below. Further insight on these elements can be found at the API and Reference section.

JavaScript Class Diagram