[PHP] JPGraph new GanttBar ... bar caption on left, right side

2013-04-09 Thread Meli Marco
Hello, I would like to know how to print captions (normally used for percentage completion) on the left (start date) and right (end date) side of the bar, instead just on the right. Below the method for bar creation: $planbar = new GanttBar ($c,'', $aData[PLANSTART][$y], $aData[PLANENDE][$y], (

Re: [PHP] JPGraph new GanttBar ... bar caption on left, right side

2013-04-09 Thread Stuart Dallas
On 9 Apr 2013, at 11:23, Meli Marco marco.m...@gknsintermetals.com wrote: Hello, I would like to know how to print captions (normally used for percentage completion) on the left (start date) and right (end date) side of the bar, instead just on the right. Below the method for bar creation:

[PHP] JPGraph error.

2010-02-26 Thread Jo�o C�ndido de Souza Neto
Hey guys. In my system we´ve got an option of getting charts of some data and it´s many options. My problem is that it works fine on my test server but in my client´s server it gives me the following error as you can see. *** glibc detected *** /var/www/html/bin/httpd: munmap_chunk(): invalid

Re: [PHP] Jpgraph and drop down menus examples

2005-04-01 Thread Joe Wollard
Graham, I'm not sure what jpgraph is but the main question I think your asking doesn't seem to require knowledge of anything more than how to interact with the server without reloading the page. This is actually pretty simple. Let's say that you have a simple page already loaded in your

[PHP] Jpgraph and drop down menus examples

2005-03-31 Thread Graham Anderson
does anyone have or know of an example where: user chooses values from a couple of drop down boxes dateabase is queries and gives the values to jpgraph jpgraph draws the image on the same html page all the examples I have seen reload the whole page or go to a new page when jpgraph does its

Re: [PHP] Jpgraph and drop down menus examples

2005-03-31 Thread Richard Lynch
On Thu, March 31, 2005 9:26 pm, Graham Anderson said: does anyone have or know of an example where: user chooses values from a couple of drop down boxes dateabase is queries and gives the values to jpgraph jpgraph draws the image on the same html page all the examples I have seen reload the

[PHP] jpgraph newbie

2004-09-15 Thread blackwater dev
I go the following code form phpfreaks..problem is, when I run it I get a page not found error. I know jpgraph sends the image back to the browser but why do I get page not found? If I force some syntax errors, they will be displayed but this just doesn't seem to do anything. Thanks! $db=new

Re: [PHP] jpgraph newbie

2004-09-15 Thread Greg Donald
On Wed, 15 Sep 2004 07:10:39 -1200, blackwater dev [EMAIL PROTECTED] wrote: I go the following code form phpfreaks..problem is, when I run it I get a page not found error. I know jpgraph sends the image back to the browser but why do I get page not found? If I force some syntax errors, they

[PHP] Jpgraph troubles

2003-05-29 Thread Jordan Elver
Hi, I've been creating some graphs using jpgraph and they work really well when I view them directly i.e. directly through the script. My problem comes as soon as I try to display them using the img tag within another page. When I do: img src=graph.php / I can't get it to display. It just

Re: [PHP] Jpgraph troubles

2003-05-29 Thread Wendell Brown
On Wed, 28 May 2003 19:00:20 +0100, Jordan Elver wrote: I can't get it to display. It just shows the broken image icon. I assume you are sending something similar to the following before the actual pic? header(content-type: image/png); I have a script set up on my page that demonstrates using

Re: [PHP] Jpgraph troubles

2003-05-29 Thread Jordan Elver
I assume you are sending something similar to the following before the actual pic? header(content-type: image/png); Jpgraph does that for you I think. As I said before, the script works when you access it directly, but not when it's through an img tag. -- Jordan Elver There may be no 'I' in

Re: [PHP] Jpgraph troubles

2003-05-29 Thread John S. Huggins
On Wed, 28 May 2003, Jordan Elver wrote: -Hi, -I've been creating some graphs using jpgraph and they work really well when I -view them directly i.e. directly through the script. My problem comes as soon -as I try to display them using the DEFANGED_IMG tag within another page. When I do: -

Re: [PHP] Jpgraph troubles

2003-05-29 Thread Jordan Elver
I can see what headers are sent. What is the url of the image? I checked using curl -I and found that the correct headers are being sent. I found out it was because I didn't have a certain library I needed included within the graph script. Thanks for your help anyway, Cheers, Jord -- Jordan

[PHP] jpgraph

2003-01-19 Thread Rizki Salamun
dear all, please, any body who has experienced with jpgraph, tell me how to install this library. because I want to use this library to create bar chart as dynamic image. I'm using phpdev5 in my win 98. thank you in advance Rizki Salamun http://www.salamun.net -- PHP General Mailing List

[PHP] JPgraph Font Problems

2003-01-05 Thread Alexandre Soares
Hi All, So I install the jpgraph in Linux RedHat version 8.0, everything running ok, except examples need special fonts resource, the message follow bellow: Font File /usr/X11R6/lib/X11/fonts/truetype/arialbd.ttf is not readable or does not exist This problems occour

[PHP] JPgraph: Autoscaling [OT perhaps]

2002-08-09 Thread Lee P. Reilly
Anybody out there using JpGraph? I directed the following question to the support web site, but as yet... there's been no reply: Could somebody tell me how to disable the autoscaling in JpGraph, and/or how to provide my own scaling? It's perfect for 99% of the graphs and plots I create, but

[PHP] JPGraph errors

2002-06-23 Thread Christopher J. Crane
I have gotten JPGraph to work if I suppress the output of errors. I am using the example of backgroundex02.php. If I add the line error_reporting(0); at the top, I get the graph, if I remove it...I get the following error; Warning: Use of undefined constant LC_TIME - assumed 'LC_TIME' in