How FusionCharts works? |
As you must already be aware by now, FusionCharts accepts only XML or JSON data to plot the charts. You can either provide physical XML or JSON data files or dynamically relay the data using server-side scripts to FusionCharts. Here, we explore the various methods using which you can provide data to FusionCharts. Please note that you do NOT ever need to save physical XML or JSON files on your server. When generating dynamic charts from your database, the XML or JSON files are built in memory (variables) using string concatenation or our API methods, and then dynamically relayed (written to output stream, like other HTML content). There are 2 ways using which you can provide data to FusionCharts:
For detailed information on Data URL method read Data URL method page. For more information read Data String method page. |