Flash Charts

I have been working on a business intelligence application recently and did a lot of research for a Flash based library to build out dynamic charts. There are a number of players in the market, some free and some even open source. I ended up choosing a product called amCharts which seemed very flexible and the pricing was generally lower than the competition. You can download and use the charts for free with the “chart by amCharts” text in the top left corner, this comes in handy when evaluating. Being savvy with JavaScript, I liked the fact that there was a powerfully API behind the charts for data and settings manipulation. As such, there is no need for postbacks or tedious AJAX calls.

Another selling point was the ASP.NET control library they offer which made development much quicker. I also chose the developer license to get the full Flash source code for some custom modifications. One last cool feature is the chart builder at http://extra.amcharts.com/editor/ which makes visualizing the charts and generating the settings file a breeze. Charts like this can really add some “wow” factor to an application. They have an active community forum, plenty of documentation, and a helpful staff so check them out.

Click here for a quick demonstration of a dynamic pie chart inside a draggable box which should be ready for release soon. If you are interested in the demo source you can download it here. Check out their website for more demos and details.

Posted by Michael in .NET,JavaScript,Reviews on June 16, 2009

15 Responses

Very cool, professional looking charts, I was actually looking for a charting library to create a sales projections plug-in for my Shopping Cart, will look into amCharts.

Jeff on June 17, 2009 at 11:34 am

This is another cool possibility of flash chart
http://demo.webasp.com.au/ofc-explorer-k.html
It is open source withe LGPL Licence.

vtstarin on June 18, 2009 at 12:31 am

The charting tools from Amcharts seem to be a good buy.

Steven on July 18, 2009 at 8:52 pm

We use amCharts on our project at 77Tool.com (no public access). They integrated easily, look great, and impress the users.

Jacob Karma on July 21, 2009 at 8:49 am

This is very, very cool. There's a guy on our teen coding forums (http://young-developer.com) who might be interested in this since he's been looking for some nice charts. I'll need to recommend this to him.

Thanks! Subscribing! :D

splatzone on July 21, 2009 at 6:32 pm

These are the best looking charts I have seen so far :)

Gaz on July 22, 2009 at 7:03 pm

We use verity amcharts for http://www.macroaxis.com . they have really cool financial charts too which works great for medium data set. we do see slight performance degradation with very large data set (>10000 points or so). take a look on website for live example

Ellen Johnson on July 30, 2009 at 12:54 pm

Those are very attractive… And flashy too, just the kind of thing that clients love to eat up.

I'd love to find something this nice that's free (no link in the upper corner) and possibly even open source.

Renowned Media on August 21, 2009 at 9:51 am

Its great. I also used one called PHP/SWF charts in my project. But this looks more cool. The only problem with them is they cant be included in an email news letter. I had to use static images for daily reports email then.
Regards.

dandy on August 29, 2009 at 5:19 pm

wow!! thats amazing ….charts animation, xml based and easy to config ….

nauman on November 04, 2009 at 10:18 pm

Nice work! I think amcharts are really under-rated. Would love to see you post more examples of chart interactivity like this.

Matt on November 16, 2009 at 8:16 pm

You can as well try the <a href="http://www.extendstudio.com/product/dynamic-web-charts-dreamweaver-fusioncharts-developer.html">FusionCharts for Dreamweaver</a> extension to generate Flash Charts from DW.

Extend Studio on November 27, 2009 at 7:41 am

Try also FlyCharts (www.flycharts.net), as it also have helpful online wizard and lots of AMUSING features.

Ticker on April 23, 2010 at 3:39 am

There are also some other nice charting libraries for flash:
fusioncharts, open flash charts, highcharts – and you may also want to have a look at the google charting api.

If you´re looking for real-time charts our Cronimon SmartCharts might be interesting for you: smartcharts.cronimon.com

Jannis on May 12, 2010 at 5:03 am

Very nice application, and thanks for the link to amCharts will keep this in mind for future projects.

Craig on August 27, 2010 at 3:00 am
Comments are closed at this time.