Re: [PHP] Pie Charts & Bar Charts & Line Charts...

2001-06-19 Thread Manisha

Use Macromedia's Generator 2.0 along with flash 5.0. This gives ability to 
connect to database - php with flash object.

manisha



At 08:45 AM 6/12/01 -0700, Karl J. Stubsjoen wrote:
>Hey Guys,
>
>Anyone have any good starting points for delivering charts on the web?
>
>Thanks a bunch.
>
>
>Karl J. Stubsjoen
>www.iexcelinlife.com
>[EMAIL PROTECTED]
>Phone:  602.447




Re: [PHP] Pie Charts & Bar Charts & Line Charts...

2001-06-19 Thread Andrew Halliday

For basic bars, use tables with divs whose width is set to a percentage of
the table cell size using the style attribute eg:


number of unemployed




For XY scatters, PHPs dynamic graphic producing capabilities are excellent.
See attached image for what ive done with it (plotting handwriting based on
xy points taken from a writing tablet in a database).

For pies anything 3d, forget anything easy like this.  Youre looking at
professional graphing plugins probably.

AndrewH

- Original Message -
From: "Karl J. Stubsjoen" <[EMAIL PROTECTED]>
To: "PHP Mailing List" <[EMAIL PROTECTED]>
Sent: Wednesday, June 13, 2001 1:15 AM
Subject: [PHP] Pie Charts & Bar Charts & Line Charts...


> Hey Guys,
>
> Anyone have any good starting points for delivering charts on the web?
>
> Thanks a bunch.
>
>
> Karl J. Stubsjoen
> www.iexcelinlife.com
> [EMAIL PROTECTED]
> Phone:  602.447

<>

Re: [PHP] Pie Charts & Bar Charts & Line Charts...

2001-06-19 Thread Richard Stockley

There is a very fine OO Graphing Class that has been written that supports,
scatter, pie, 3dpie, bar etc...

just needs gd support to work

http://www.aditus.nu/jpgraph/


> Hey Guys,
>
> Anyone have any good starting points for delivering charts on the web?
>
> Thanks a bunch.
>
>
> Karl J. Stubsjoen
--
Richard Stockley: - [EMAIL PROTECTED]
Procopia Ltd






[PHP] Pie Charts & Bar Charts & Line Charts...

2001-06-18 Thread Karl J. Stubsjoen

Hey Guys,

Anyone have any good starting points for delivering charts on the web?

Thanks a bunch.


Karl J. Stubsjoen
www.iexcelinlife.com
[EMAIL PROTECTED]
Phone:  602.447