Archive for April, 2009
Fusion Charts DOM Fix
FusionCharts DOM is a JavaScript framework that helps you include FusionCharts in your web applications in a very elegant and easy way. Instead of writing standard Javascript codes or OBJECT/EMBED tags to embed charts, you can use FusionCharts DOM to create a chart by just including <fusioncharts> … </fusioncharts> tags in your HTML code. Configuration of the charts is as simple as providing attributes to this HTML element.
Essentially, FusionCharts DOM is a JavaScript file that you include in your HTML page. Once that is done, the rest is as simple as writing <fusioncharts> HTML tags within your documents. The included javascript does all the hard work of elegantly converting your <fusioncharts> HTML tags into impressive charts
Fusion Charts for dashboarding

I’ve been working alot with Fusion Charts lately and found that Fusion Charts is able to produce the Wow factor that most of the other big name dashboarding tools produce.
FusionCharts comes in a free version and a professional version. The free version comes with 18 charts however these charts are quite bland and I would recommend buying a license for the professional version since you are able to control many more aspects in the charts such as gradients, shadows, drilldowns, etc. In addition, the professional package comes with 45 charts.
To get started, you only need to know a simple amount of HTML and how to configure the FusionChart tags on your page. It doesn’t have the drag and drop GUI other tools such as Xcelsius have but for developers that have some programming background, this should be simple.




Fusion Charts Java Charting Package
NOTE: Please note that the wrapper has been updated and you can get the latest code at
http://davidlai101.com/blog/2010/02/02/fusion-charts-java-wrapper-updated/
I’ve created a Fusion Charts package that acts as a wrapper for the Java developers out there.
The charting package will help you attach data to your series and construct your graph.
In addition, there is a ChartFactory class which builds the appropriate FusionCharts xml string to use in your jsp page.
Instead of using FusionChartsRenderer.jsp I have created a custom chartBuilder.jsp that takes the graph object created and outputs the string for you.
I’ve also included 2 example jsps utilizing the charting package.
Feel free to edit the code and it would be great if you could share any additional improvements.
You can download the source code, javadoc, and examples below
Source Code and Examples
Download the Fusion Chart Java user guide
User Guide
Online Documentation on using the Java classes can be found in the next page of this post