pChart – PHP charting library

Looking for some good looking graphs without having to pay for a library or resort to Flash graphs? Try creating your own using pChart. pChart is a PHP class oriented framework designed to create aliased charts. This project focuses on allowing developers to generate great looking graphs by increasing rendering quality introducing an aliasing algorithm.

The graphs from pChart are generated using GD library, so you’ll need that installed on your server if you’re planning to use this library.

The documentation does mention that creating real time graphs will be pretty CPU intensive so you may want to look at caching or pre-generating the graphs. To help you with this, the pChart framework also comes with pCache which helps in caching graphs – so you don’t have to keep rendering graphs on the fly. To get to know more on pChart and how to use it, head over to their documentation page. For a look at the graphs you can generate using this library, take a look at the chart gallery.

Link: pChart Project Home Page

Reblog this post [with Zemanta]
  • vinuthomas
    Thankyou Moises - Flot looks pretty good.
  • I use now another method. I prefer to send the data and create the graphic in the client with Javascript. Have you seen Flot?
  • Philipp
    Thank you. Looks promising
  • vinuthomas
    @dave and @kevin Thanks for the links - I've tried most of the options in the past, but was not too happy with the quality of the graphs.
  • there is a graphing library in pear, image_graph
    as well as jpgraph, http://www.aditus.nu/jpgraph/
    both are object oriented libraries

    i think there's also one in pecl, gdchart, but i'm not sure how well that one is maintained

    so there seems to be an abundance of choice for php developers
blog comments powered by Disqus