tags:

views:

41

answers:

2

Can anyone recommend a easy to use php-based graphing script? I've been looking at PHPGraphLib but I imagine there tonnes out there. Commercial or GNU, doesn't matter. Only requirement is image based charts as these will be e-mailed/printed. (no flash)

A: 

pChart

  • Very nice graphics.
  • Excelent Documentation.
  • Easy of use.
Luis Melgratti
it works very slowly when using with 250 + point.
Osman Üngür
A: 

I've been using jpgraph for some time - it allows you to do all sorts of things with your data. Needless to say this comes at the cost of a little complexity, but it is well documented and includes lots of examples. Its commercial for most purposes, but relatively cheap.

You might also consider Google charts if your needs are very simple.

C.

symcbean
great thanks! no idea about Google Charts
Mikey1980