Free Flash Chart Tool–FusionCharts
FusionCharts provides lots of charts with multi-code method.
URL: http://www.fusioncharts.com/
FusionCharts’ usage is very simple. The distribution package has a good example for each type of chart, and you can draw professional chart within 3 minutes.
It has a free version and a commercial version. Free version is powerful enough to meet most needs.
This is free version URL: http://www.fusioncharts.com/free/
Free version document URL: http://www.fusioncharts.com/free/docs/
Also, they have another tool, PowerCharts. I don’t test and code with this product. From the document, it seems more powerful than the free FusionCharts.
I use PHP code to select data from MySQL, and generate XML for FusionCharts.
More charts can be shown in a single webpage. In your PHP codes, just do as following,
<?php
echo yourchart1
>
<?php
echo yourchart2
>
Notes: table or DIV can be used for layout.
