FusionCharts Suite XT includes the FusionCharts PHP wrapper that lets you create interactive, data-driven charts in your PHP application without writing any JavaScript code.


JavaScript and HTML code is used to generate charts in the browsers. The server-side PHP wrapper generates the required JavaScript and HTML code as a string, which is then used to render charts on a browser page.


This includes several built-in PHP functions that reduce the time and effort that goes into generating, rendering, and configuring charts.


FusionCharts PHP wrapper can be downloaded from here.


Visit our PHP Documentation here for a sample implementation on how to build a chart using PHP.