Re: Newbie just starting on charting with PHP - and seeking advice on options/approaches

From: Isaac Vetter <ivetter(at)math(dot)purdue(dot)edu>
To: Greg Cocks <gcocks(at)stoller(dot)com>
Cc: PostgreSQL List - Novice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Newbie just starting on charting with PHP - and seeking advice on options/approaches
Date: 2008-01-25 22:07:36
Message-ID: 479A5DA8.6000507@math.purdue.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi Greg;

This is really a php/web thing and not a postgresql/db thing.

I recently started using Yahoo's Charts Control project for some web
data visualization.
http://developer.yahoo.com/yui/examples/charts/index.html

It uses Flash which has it's upside (no image manipulation, PHP/GD
integration, simpler) and its downside (requires users to have Flash).

I haven't looked at Mike's suggestion, but considering that both Yahoo
and Google offer liberally sourced libraries for data visualization on
the web, is the for-pay product really superior?

Isaac Vetter

Greg Cocks wrote:
> *Hello*,
>
>
>
> I am looking at options to chart dynamic data held in the PostgreSQL
> database pushed out to the web ‘pages’ via PHP, time series data in a
> scientific setting such as groundwater levels from a transducer…
>
>
>
> *I was seeking any input anyone might care to offer…*
>
>
>
> _Initial searching found these_:
>
>
>
> * http://www.maani.us/charts/index.php (with newbie tutorial I found
> at http://www.developer.com/lang/php/article.php/3714046 )
>
>
>
> * http://quimby.gnus.org/circus/chart/chart-manual.php
>
>
>
> * http://www.amcharts.com/
>
>
>
> * http://naku.dohcrew.com/libchart/pages/introduction/
>
>
>
> * http://code.google.com/apis/chart/ (simple example explained here
> à http://james.cridland.net/code/google-chart.html )
>
>
>
> * Or any other thoughts??
>
>
>
> (I guess I could maybe pull together US$100 for licence if needed…)
>
>
>
> I don’t need anything fancy, as the technical data analysis will be done
> inside the network with ODBC, etc… this is more for the less-technical
> web page user to see the data graphically… (much like they can see it
> spatially via MapServer…)
>
>
>
> *Thanks in advance!*
>
>
>
>
>
> ----------
> Regards,
> **/GREG COCKS/**/
> /GIS Analyst V
> gcocks|at|stoller.com <blocked::mailto:gcocks(at)stoller(dot)com>
> S. M. Stoller Corp
> 105 Technology Drive, Suite 190
> Broomfield, CO 80021
> www.stoller.com <blocked::http://www.stoller.com/>
> 303-546-4300
> 303-443-1408 fax
> 303-546-4422 direct
> 303-828-7576 cell
>
>
>

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Mike Ellsworth 2008-01-25 22:23:34 Re: Newbie just starting on charting with PHP - and seeking advice on options/approaches
Previous Message Mike Ellsworth 2008-01-25 21:39:06 Re: Newbie just starting on charting with PHP - and seeking advice on options/approaches