Recommendations for PHP Chart generation? [message #179703] |
Fri, 23 November 2012 17:31 |
r.mariotti
Messages: 17 Registered: December 2011
Karma: 0
|
Junior Member |
|
|
For those of you who have used chart generation modules to generate
charges for page display, I am hoping you will share what you use and
why?
I'm looking into adding optional chart output to an existing
statistical web application so I'm open to select which ever tool fits
my needs.
Not wanting to move ahead blindly, I'm eager to read all responses.
Thanks.
|
|
|
Re: Recommendations for PHP Chart generation? [message #179704 is a reply to message #179703] |
Sat, 24 November 2012 00:18 |
The Natural Philosoph
Messages: 993 Registered: September 2010
Karma: 0
|
Senior Member |
|
|
On 23/11/12 17:31, BobMCT wrote:
> For those of you who have used chart generation modules to generate
> charges for page display, I am hoping you will share what you use and
> why?
>
> I'm looking into adding optional chart output to an existing
> statistical web application so I'm open to select which ever tool fits
> my needs.
>
> Not wanting to move ahead blindly, I'm eager to read all responses.
> Thanks.
>
I haven't a clue what you are talking about.
--
Ineptocracy
(in-ep-toc’-ra-cy) – a system of government where the least capable to
lead are elected by the least capable of producing, and where the
members of society least likely to sustain themselves or succeed, are
rewarded with goods and services paid for by the confiscated wealth of a
diminishing number of producers.
|
|
|
Re: Recommendations for PHP Chart generation? [message #179705 is a reply to message #179704] |
Sat, 24 November 2012 00:52 |
The Natural Philosoph
Messages: 993 Registered: September 2010
Karma: 0
|
Senior Member |
|
|
On 24/11/12 00:18, The Natural Philosopher wrote:
> On 23/11/12 17:31, BobMCT wrote:
>> For those of you who have used chart generation modules to generate
>> charges for page display, I am hoping you will share what you use and
>> why?
>>
>> I'm looking into adding optional chart output to an existing
>> statistical web application so I'm open to select which ever tool fits
>> my needs.
>>
>> Not wanting to move ahead blindly, I'm eager to read all responses.
>> Thanks.
>>
> I haven't a clue what you are talking about.
>
>
Hmm on re reading this did you mean "chart generation modules to
generate *charts* for page display" ?
I've used GD lib for making *charts*,. but in the end I scrapped PHP
charts made on the fly because the GD library appeared to fail under
multiple concurrent sessions, so I rewrote the charting bit in C++ and
used pngwriter, and ran it under cron to preload the charts..
The result is here
http://gridwatch.templar.co.uk (inside the square bezels)
Happy to share the really crappy source. NOT production code, but it
works..and is relatively bug free apart from one legend writing bug that
pops up at certain times of the day :-)
--
Ineptocracy
(in-ep-toc’-ra-cy) – a system of government where the least capable to
lead are elected by the least capable of producing, and where the
members of society least likely to sustain themselves or succeed, are
rewarded with goods and services paid for by the confiscated wealth of a
diminishing number of producers.
|
|
|
Re: Recommendations for PHP Chart generation? [message #179706 is a reply to message #179703] |
Sat, 24 November 2012 00:48 |
jimp
Messages: 22 Registered: December 2010
Karma: 0
|
Junior Member |
|
|
BobMCT <r(dot)mariotti(at)fdcx(dot)net> wrote:
> For those of you who have used chart generation modules to generate
> charges for page display, I am hoping you will share what you use and
> why?
>
> I'm looking into adding optional chart output to an existing
> statistical web application so I'm open to select which ever tool fits
> my needs.
>
> Not wanting to move ahead blindly, I'm eager to read all responses.
> Thanks.
To date phplot, a general purpose plotting library, has done everything
along those lines I've needed to do so far.
|
|
|
Re: Recommendations for PHP Chart generation? [message #179707 is a reply to message #179706] |
Sat, 24 November 2012 03:14 |
r.mariotti
Messages: 17 Registered: December 2011
Karma: 0
|
Junior Member |
|
|
On Sat, 24 Nov 2012 00:48:17 -0000, jimp(at)specsol(dot)spam(dot)sux(dot)com wrote:
> BobMCT <r(dot)mariotti(at)fdcx(dot)net> wrote:
>> For those of you who have used chart generation modules to generate
>> charges for page display, I am hoping you will share what you use and
>> why?
>>
>> I'm looking into adding optional chart output to an existing
>> statistical web application so I'm open to select which ever tool fits
>> my needs.
>>
>> Not wanting to move ahead blindly, I'm eager to read all responses.
>> Thanks.
>
>
> To date phplot, a general purpose plotting library, has done everything
> along those lines I've needed to do so far.
>
>
Thanks. And sorry for the misspell. I meant Charts for display.
Dang those auto spell checkers...
|
|
|
Re: Recommendations for PHP Chart generation? [message #179708 is a reply to message #179707] |
Sat, 24 November 2012 08:30 |
Chuck Anderson
Messages: 63 Registered: September 2010
Karma: 0
|
Member |
|
|
BobMCT wrote:
> On Sat, 24 Nov 2012 00:48:17 -0000, jimp(at)specsol(dot)spam(dot)sux(dot)com wrote:
>
>
>> BobMCT <r(dot)mariotti(at)fdcx(dot)net> wrote:
>>
>>> For those of you who have used chart generation modules to generate
>>> charges for page display, I am hoping you will share what you use and
>>> why?
>>>
>>> I'm looking into adding optional chart output to an existing
>>> statistical web application so I'm open to select which ever tool fits
>>> my needs.
>>>
>>> Not wanting to move ahead blindly, I'm eager to read all responses.
>>> Thanks.
>>>
>> To date phplot, a general purpose plotting library, has done everything
>> along those lines I've needed to do so far.
>>
>>
>>
> Thanks. And sorry for the misspell. I meant Charts for display.
> Dang those auto spell checkers...
>
jpgraph is the one I've been using for quite some time now. It still
meets all my needs.
--
*****************************
Chuck Anderson • Boulder, CO
http://cycletourist.com
Turn Off, Tune Out, Drop In
*****************************
|
|
|
|
Re: Recommendations for PHP Chart generation? [message #179833 is a reply to message #179703] |
Tue, 11 December 2012 12:00 |
nil12288
Messages: 1 Registered: December 2012
Karma: 0
|
Junior Member |
|
|
hi
On Friday, November 23, 2012 11:01:33 PM UTC+5:30, BobMCT wrote:
> For those of you who have used chart generation modules to generate
>
> charges for page display, I am hoping you will share what you use and
>
> why?
>
>
>
> I'm looking into adding optional chart output to an existing
>
> statistical web application so I'm open to select which ever tool fits
>
> my needs.
>
>
>
> Not wanting to move ahead blindly, I'm eager to read all responses.
>
> Thanks.
Hi frnd ,
i have used google chart api for my website and its working fine let me know if you need my help to do it perfect .
|
|
|