pChart: Free PHP Class to Create Aliased Charts

Posted on February 27, 2010, Filled under PHP,  Bookmark it

pChart is a free PHP charting library that introduces an aliasing algorithm to draw eye candy graphics. The data can be retrieved from SQL queries, CSV files or manually provided. To run this PHP class oriented framework, you’ll need to use PHP compiled with the GD library support.

The developers of pChart also created pCache to help you dealing with the fact that a chart can be computed once and displayed many times by different users.

The class can be used to generate the following types of charts:

  • Pie Charts
    • Simple pie
    • Explodable pie
    • 3D pie
  • Line/Bar Charts
    • Line char
    • Cubic curve chart
    • Plot chart
    • Bar chart
    • Filled Line chart
    • Filled Cubic curve chart

Do you wish to receive the latest updates as soon as they are posted? Get our RSS Feed or Subscribe to the Newsletter!

Get our RSS Feed!

Leave a Reply


* = required fields

  (will not be published)


XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Note: If you want to post CODE Snippets, please make them postable first!
(e.g. <br /> should be converted to &lt;br /&gt;)