phpChart is a powerful and easy-to-use PHP charting and graphing component for rendering responsive, interactive, and data-driven Ajax HTML5 charts.
Create interactive charts and graphs for your online report with only TWO lines of PHP code.
PHP Charts & Graphs Features
Dynamic Plotting
The chart can also be plotted automatically using javascript without user intervention in real time.
Change Render Type with Ease
Easily change renderer type by simply prefixing plugin:: before a renderer name.
Standard Line, Pie, & Bar Chart
phpChart supports the most commonly used charts including line, bar and pie charts.
Animation Your Charts!
With a single line of code, you can enable or disable rendering animation in phpChart.
Debugging Tool
Set DEBUG to true to view generated client side javascript, as well as list of plugins currently used.
Zoom In & Out
You can easily zoom in a graph using set_cursor() function and set the property “zoom” to true.
Manipulating Series with Javascript
You can manipulate any chart that has already been rendered using javascript.
External Data to Plot via AJAX
Load from external data source, either a file or URL, as the first parameter in phpChart constructor .