|
|||||||||||
|
Re: [NOVICE] Newbie just starting on charting with PHP - and seeking advice on options/approaches
From: Steve Crawford <scrawford(at)pinpointresearch.com>
Date: Fri Jan 25 2008 - 17:58:13 EST
JPGraph is built on lower-level functions directly available in PHP. If your graphs are fairly straightforward, you can roll-your-own in PHP. You can also generate them externally to PHP with gnuplot or similar. Depending on your requirements, you can just have cron update the graphics at the appropriate periods and serve them statically. Stat packages like R can generate graphs from your data. svgGraph will do svg graphs directly from PHP as long as your visitors can view SVG (FireFox, IE if they have the appropriate plugin). Also look at some of the pear packages. This barely scratches the surface - you have lots o' options.
Cheers,
---------------------------(end of broadcast)---------------------------TIP 5: don't forget to increase your free space map settings Received on Fri Jan 25 17:58:30 2008 This archive was generated by hypermail 2.1.8 : Thu Jun 19 2008 - 00:05:51 EDT |
||||||||||
|
|||||||||||