Chart for PHP?

Chart for PHP?

am 04.04.2008 19:55:37 von nospam

I have tried Google Chart API, graidle and GD.
* Google Chart API is nice, but you have to send all parameters to
google server. It is not safe and fast.
* Graidle has great potential. But it is in an early stage. (currently
v0.5).
* GD has a long history. But its chart does not look nice.

Is there any other good/free chart library for PHP?

--
Best regards
Xu, Qian (stanleyxu)
http://stanleyxu2005.blogspot.com/

Re: Chart for PHP?

am 04.04.2008 21:14:09 von nc

On Apr 4, 10:55 am, nospam <"quian(nospam)xu"@stud.tu-ilmenau.de>
wrote:
>
> Is there any other good/free chart library for PHP?

There's a relatively simple Chart library:

http://www.thebook.com/php/graphs/chart-manual.php

and a somewhat heavy, but very powerful jpGraph:

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

Cheers,
NC

Re: Chart for PHP?

am 04.04.2008 22:56:57 von ajtrichards

On Apr 4, 6:55=A0pm, nospam <"quian(nospam)xu"@stud.tu-ilmenau.de>
wrote:
> I have tried Google Chart API, graidle and GD.
> * Google Chart API is nice, but you have to send all parameters to
> google server. It is not safe and fast.
> * Graidle has great potential. But it is in an early stage. (currently
> v0.5).
> * GD has a long history. But its chart does not look nice.
>
> Is there any other good/free chart library for PHP?
>
> --
> Best regards
> =A0 =A0Xu, Qian (stanleyxu)
> =A0 =A0 =A0http://stanleyxu2005.blogspot.com/

I find Libchart easy to use. This can be downloaded from:

http://naku.dohcrew.com/libchart/pages/introduction/

This provides you with the ability to create loads of different
graphs.

Regards,
Alex

ajtrichards(a)gmail.com
http://www.ajtrichards.co.uk

Re: Chart for PHP?

am 05.04.2008 02:36:42 von Chris Owens

In article
nospam<"quian(nospam)xu"@stud.tu-ilmenau.de> wrote:
> I have tried Google Chart API, graidle and GD.
> * Google Chart API is nice, but you have to send all parameters to
> google server. It is not safe and fast.
> * Graidle has great potential. But it is in an early stage.
> (currently v0.5).
> * GD has a long history. But its chart does not look nice.

> Is there any other good/free chart library for PHP?

We've been using FusionCharts with ASP recently and they look and work
great! You can interface in a lot of languages (including PHP), the
docum- entation is great and I'm considering upgrading to the non-free
version.

It's a flash based product, but the results are great.

You can get them from:

Hope this helps,

Chris


--

I'm trying a new usenet client for Mac, Nemo OS X.
You can download it at http://www.malcom-mac.com/nemo

Re: Chart for PHP?

am 05.04.2008 09:47:29 von petersprc

PEAR Image_Graph
http://pear.veggerby.dk/

FusionCharts
http://www.fusioncharts.com/free/

Regards,

John Peters

On Apr 4, 1:55 pm, nospam <"quian(nospam)xu"@stud.tu-ilmenau.de>
wrote:
> I have tried Google Chart API, graidle and GD.
> * Google Chart API is nice, but you have to send all parameters to
> google server. It is not safe and fast.
> * Graidle has great potential. But it is in an early stage. (currently
> v0.5).
> * GD has a long history. But its chart does not look nice.
>
> Is there any other good/free chart library for PHP?
>
> --
> Best regards
> Xu, Qian (stanleyxu)
> http://stanleyxu2005.blogspot.com/

Re: Chart for PHP?

am 05.04.2008 23:01:16 von dot

Chris Owens wrote:
> In article
> nospam<"quian(nospam)xu"@stud.tu-ilmenau.de> wrote:
>> I have tried Google Chart API, graidle and GD.
>> * Google Chart API is nice, but you have to send all parameters to
>> google server. It is not safe and fast.
>> * Graidle has great potential. But it is in an early stage.
>> (currently v0.5).
>> * GD has a long history. But its chart does not look nice.
>
>> Is there any other good/free chart library for PHP?
>
> We've been using FusionCharts with ASP recently and they look and work
> great! You can interface in a lot of languages (including PHP), the
> docum- entation is great and I'm considering upgrading to the non-free
> version.
>
> It's a flash based product, but the results are great.
>
> You can get them from:
>
> Hope this helps,
>
> Chris
>
>
Thanks, it seems to be a great product ^^)

--
Best regards
Xu, Qian (stanleyxu)
http://stanleyxu2005.blogspot.com/

Re: Chart for PHP?

am 05.04.2008 23:15:01 von "quian[dot]xu"

Chris Owens wrote:
> In article
> nospam<"quian(nospam)xu"@stud.tu-ilmenau.de> wrote:
>> I have tried Google Chart API, graidle and GD.
>> * Google Chart API is nice, but you have to send all parameters to
>> google server. It is not safe and fast.
>> * Graidle has great potential. But it is in an early stage.
>> (currently v0.5).
>> * GD has a long history. But its chart does not look nice.
>
>> Is there any other good/free chart library for PHP?
>
> We've been using FusionCharts with ASP recently and they look and work
> great! You can interface in a lot of languages (including PHP), the
> docum- entation is great and I'm considering upgrading to the non-free
> version.
>
> It's a flash based product, but the results are great.
>
> You can get them from:
>
> Hope this helps,
>
> Chris
>
>
BTW: If you are talking about flash based chart. I saw a /free/
silverlight based chart - "visifire". It might be another alternative
for you?

--
Best regards
Xu, Qian (stanleyxu)
http://stanleyxu2005.blogspot.com/

Re: Chart for PHP?

am 05.04.2008 23:19:18 von "quian[dot]xu"

NC wrote:
> On Apr 4, 10:55 am, nospam <"quian(nospam)xu"@stud.tu-ilmenau.de>
> wrote:
>> Is there any other good/free chart library for PHP?
>
> There's a relatively simple Chart library:
>
> http://www.thebook.com/php/graphs/chart-manual.php
>
> and a somewhat heavy, but very powerful jpGraph:
>
> http://www.aditus.nu/jpgraph/
>
> Cheers,
> NC

Thanks, I tried JpGraph. It is powerful. I can make charts look like
google chart. But one thing is really annoying. When I turn on
Anti-Aliasing, the weight of all lines will be reduced to 1px. The
developers explained it as a technical limitation. Without
anti-aliasing, the chart does not look well.

--
Best regards
Xu, Qian (stanleyxu)
http://stanleyxu2005.blogspot.com/

Re: Chart for PHP?

am 05.04.2008 23:31:32 von "quian[dot]xu"

ajtrichards@googlemail.com wrote:
> On Apr 4, 6:55 pm, nospam <"quian(nospam)xu"@stud.tu-ilmenau.de>
> wrote:
>> I have tried Google Chart API, graidle and GD.
>> * Google Chart API is nice, but you have to send all parameters to
>> google server. It is not safe and fast.
>> * Graidle has great potential. But it is in an early stage. (currently
>> v0.5).
>> * GD has a long history. But its chart does not look nice.
>>
>> Is there any other good/free chart library for PHP?
>>
>> --
>> Best regards
>> Xu, Qian (stanleyxu)
>> http://stanleyxu2005.blogspot.com/
>
> I find Libchart easy to use. This can be downloaded from:
>
> http://naku.dohcrew.com/libchart/pages/introduction/
>
> This provides you with the ability to create loads of different
> graphs.
>
> Regards,
> Alex
>
> ajtrichards(a)gmail.com
> http://www.ajtrichards.co.uk

Thanks, I will have a try later. But from the screenshots, this library
seems not to support for anti-aliasing, does it?

--
Best regards
Xu, Qian (stanleyxu)
http://stanleyxu2005.blogspot.com/

Re: Chart for PHP?

am 05.04.2008 23:32:13 von "quian[dot]xu"

petersprc wrote:
> PEAR Image_Graph
> http://pear.veggerby.dk/
>
> FusionCharts
> http://www.fusioncharts.com/free/
>
> Regards,
>
> John Peters
>
> On Apr 4, 1:55 pm, nospam <"quian(nospam)xu"@stud.tu-ilmenau.de>
> wrote:
>> I have tried Google Chart API, graidle and GD.
>> * Google Chart API is nice, but you have to send all parameters to
>> google server. It is not safe and fast.
>> * Graidle has great potential. But it is in an early stage. (currently
>> v0.5).
>> * GD has a long history. But its chart does not look nice.
>>
>> Is there any other good/free chart library for PHP?
>>
>> --
>> Best regards
>> Xu, Qian (stanleyxu)
>> http://stanleyxu2005.blogspot.com/
>

Thanks. PEAR Image_Graph looks nice. I will have a try later.

--
Best regards
Xu, Qian (stanleyxu)
http://stanleyxu2005.blogspot.com/