Date: 07/05/01
- Next message: Don Read: "RE: [PHP] Batch job in UNIX."
- Previous message: Arcady Genkin: "Re: [PHP] PHP Run Command Line"
- In reply to: Gonyou, Austin: "[PHP] Using PHP + GD to make bar graphs?"
- Next in thread: Arcady Genkin: "Re: [PHP] Using PHP + GD to make bar graphs?"
- Reply: Arcady Genkin: "Re: [PHP] Using PHP + GD to make bar graphs?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I've had good success in creating SVG (Scalable Vector Graphic) documents
for producing bar/line/pie graphs... The format uses an XML document for its
structure, so producing data from a database connection is very easy and
produces nice results.. More information at:
http://www.w3.org/Graphics/SVG/Overview.htm8
It does require a download of a viewer to embed documents into the
webpage... available from adobe... There is also a SDK for converting SVG
documents to a raster image (PNG, Gif, Jpeg) called Batik, I believe.
I found this to be a little easier than gd, plus a lot more exchangable (due
to its XML nature). Hope this proves to be helpful!
-- Aaron Bennett abennett <email protected>----- Original Message ----- From: "Gonyou, Austin" <austin <email protected>> To: <php-general <email protected>> Sent: Tuesday, July 03, 2001 1:13 PM Subject: [PHP] Using PHP + GD to make bar graphs?
> I'm looking to see if it's possible to do something like this. Has anyone > seen anything like this at all? Thanks for the time. > -- > Austin Gonyou > Systems Architect, CCNA > Coremetrics, Inc. > Phone: 512-796-9023 > email: austin <email protected> > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: php-general-unsubscribe <email protected> > For additional commands, e-mail: php-general-help <email protected> > To contact the list administrators, e-mail: php-list-admin <email protected> >
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Don Read: "RE: [PHP] Batch job in UNIX."
- Previous message: Arcady Genkin: "Re: [PHP] PHP Run Command Line"
- In reply to: Gonyou, Austin: "[PHP] Using PHP + GD to make bar graphs?"
- Next in thread: Arcady Genkin: "Re: [PHP] Using PHP + GD to make bar graphs?"
- Reply: Arcady Genkin: "Re: [PHP] Using PHP + GD to make bar graphs?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

