FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » Recommendations for PHP Chart generation?
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
Recommendations for PHP Chart generation? [message #179703] Fri, 23 November 2012 17:31 Go to next message
r.mariotti is currently offline  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 Go to previous messageGo to next message
The Natural Philosoph is currently offline  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 Go to previous messageGo to next message
The Natural Philosoph is currently offline  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 Go to previous messageGo to next message
jimp is currently offline  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 Go to previous messageGo to next message
r.mariotti is currently offline  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 Go to previous messageGo to next message
Chuck Anderson is currently offline  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 #179709 is a reply to message #179708] Sat, 24 November 2012 18:35 Go to previous messageGo to next message
Richard Damon is currently offline  Richard Damon
Messages: 58
Registered: August 2011
Karma: 0
Member
On 11/24/12 3:30 AM, Chuck Anderson wrote:
> 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?

>
> jpgraph is the one I've been using for quite some time now. It still
> meets all my needs.
>

I also use jpgraph. Lots of useful options and formats.
Re: Recommendations for PHP Chart generation? [message #179833 is a reply to message #179703] Tue, 11 December 2012 12:00 Go to previous message
nil12288 is currently offline  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 .
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: test,ignore
Next Topic: When is it possible for $_SERVER['SERVER_NAME'] to contain something other than the URL which actvated the script?
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Nov 22 23:11:33 GMT 2024

Total time taken to generate the page: 0.02678 seconds