You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
Categories
- Business Objects (3)
- Best Practices (2)
- Fusion Charts (5)
- Main (3)
- SQL Server (1)
- SSIS (1)
- Uncategorized (1)
- Universe Design (3)
- Web Intelligence (4)
- Xcelsius (12)
- Design Practices (3)
- Excel (2)
- Tips and Tricks (4)
- Workarounds (1)
Archives
- July 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- October 2009
- August 2009
- April 2009
- March 2009
- January 2009
- December 2008
- November 2008
- October 2008
Tag Cloud
auto increment
best practices
bonavista
bulletgraph
Business Objects
charting
charting package
conditional formatting
content management
dashboard
datatable
dianne sawyer
dom
Excel
expand
fannie mae
fix
flash charts
fred carter
frederick carter
free
Fusion Charts
grid component
imt slider
inovista
java
javascript
Java Wrapper
microcharts
pathway technologies
populate dimension table
ripoff
scam
sorting
sparkline
SSIS
table
tree grid
universe
User Access
User Management
Web Intelligence
wrapper
Xcelsius
Xcelsius 2008
Latest Tweets
-
Using Filtered rows instead of VLOOKUPS in Xcelsius @
http://davidlai101.com/blog/2010/07/02/using-filtered-rows-instead-of-vlookup/ - posted on Jul 03, 2010
-
New Post on the Xcelsius Push Button Object @
http://davidlai101.com/blog/2010/05/29/xcelsius-push-button/ - posted on May 29, 2010
-
Xcelsius dynamic color binding article and video posted @ http://davidlai101.com/blog/2010/04/06/xcelsius-dynamic-color-binding/ - posted on Apr 06, 2010
-
New post on Xcelsius Canvas Containers @ http://davidlai101.com/blog/2010/03/26/xcelsius-canvas-container/ - posted on Mar 26, 2010
-
Guide on Business Objects access levels posted http://davidlai101.com/blog/2010/02/19/understanding-business-objects-access-levels/ - posted on Feb 19, 2010


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.
What I really like about FusionCharts is the amount of flexibility it provides for your application. FusionCharts just provides you with the chart component, so everything else on your application is totally customizable. Unlike other tools that produce a whole dashboard that you embed onto your page, you only need to generate the chart swfs wherever you want it on your application.
When using Xcelsius for example, it is very easy to produce a great looking dashboard quickly. However, embedding it to your existing application and connecting it to data produces problems. If you have an existing j2ee or .net web application, you can just add the code that constructs the data string that a Fusion Chart requires and then place the chart anywhere on the screen.
As of now FusionCharts has plugins for Visual Basic and Dreamweaver if you are interested in dragging and dropping Fusion Charts into your webpage or application.
Please take a look at the following link for an example dashboard produced using FusionCharts.
FusionCharts Demo
Basically for anything not related to charts, you can use whatever you want so this gives developers endless possiblities for choosing the type of dropdown menus, reports, widgets, etc on their application.
Finally, the pricing for Fusion Charts is very attractive. If you just want the charting package, it is only a one time licensing fee of $199 -> $1999 depending on what you intend to use Fusion charts for vs other dashboarding tools which go for $20k+ if you are an independant software vendor.
In conclusion, FusionCharts offers great flexibility and customization on your application, easy to connect data, and the ability to seamlessly embed charts into your application. The only drawback is that FusionCharts is geared towards technical users, but hey you have to be somewhat technical to proficiently use other dashboarding tools as well.