Re: LineChart without Legend

2009-03-03 Thread Dhaval Parikh
yes just dont add the title attributes and the legend wont display On Tue, Mar 3, 2009 at 4:09 PM, micha miv...@googlemail.com wrote: Hi, I'd like to create a LineChart without a legend in it. I want to display the legend with custom elements (eg checkboxes) outside of the chart itself. Is

Re: LineChart without Legend

2009-03-03 Thread KeithB
Legends are optional. In your URL, do not use the legend (CHDL) parameter. On Mar 3, 5:39 am, micha miv...@googlemail.com wrote: Hi, I'd like to create a LineChart without a legend in it. I want to display the legend with custom elements (eg checkboxes) outside of the chart itself. Is it

Re: Strange behaviour for different datasets

2009-03-03 Thread Andi
Ok i'm very sorry for disturbing you again, but I got the information that indeed the c# wrapper produces the problem, so that i have to build my own url manually in c# instead of using the wrapper class. Thanks On 3 Mrz., 15:06, Andi andreas.blue...@googlemail.com wrote: Hello, i'm

Open source support

2009-03-03 Thread Jay
Is this open source? If yes, where can I download the code? Or for that matter is it possible to use the chart APIs by hosting them on local servers and not using Google? If possible I can live with this NOT being open source. My only requirement is, I don't want to hit Google to generate the

A problem...

2009-03-03 Thread niketheguy
I am currently trying to incorporate charts api into my project by interfacing it with my MYSQL DB.I am using PHP..this is the code i have written..It seems right to me but the chart does not get displayed..would appreciate help in this matter Thanks in advance. Here is the code... html ?php

Re: A problem...

2009-03-03 Thread KeithB
Someone else may be able to review your PHP code, but if you post the contents of IMG SRC attribute I can help determine what errors, if any, are in the URL. Cheers, K --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: A problem...

2009-03-03 Thread KeithB
Please respond via the forum/group, niketheguy. Here's what you sent me: - Alright... The complied code whc i get in my browser is: htmlimg src='http://chart.apis.google.com/chart?chs=240x100 amp;chd=t:20,40 amp;cht=lc amp;chxt=x,y alt='Sample chart'// img/ html - The chart works should

Re: A problem...

2009-03-03 Thread niketheguy
thank you so much...it worked..! On Mar 3, 11:55 pm, KeithB kbornho...@gmail.com wrote: Please respond via the forum/group, niketheguy. Here's what you sent me: - Alright... The complied code whc i get in my browser is: htmlimg src='http://chart.apis.google.com/chart?chs=240x100

Re: A problem...

2009-03-03 Thread gordon.leonard
and you seem to have lot's of spaces in and around your echo... From: KeithB kbornho...@gmail.com To: Google Chart API google-chart-api@googlegroups.com Sent: Tuesday, 3 March, 2009 6:45:43 PM Subject: Re: A problem... Someone else may be able to review your

Re: Open source support

2009-03-03 Thread David Gilbert
Hi Jay, The Google Chart API is not open source, but a while back I wrote a clone as a Java servlet based on JFreeChart - it is called the Eastwood Chart Servlet: http://www.jfree.org/eastwood/ I haven't had time to keep it up to date with the new features that have since been added to

Re: A problem...

2009-03-03 Thread Marc-Andre Menard
Do you have a php scrip hat make google chart - On 03/03/09 7:45 PM, KeithB kbornho...@gmail.com wrote: Someone else may be able to review your PHP code, but if you post the contents of IMG SRC attribute I can help determine what errors, if any, are in the URL. Cheers, K -- Ciao

Re: A problem...

2009-03-03 Thread Asad Yousaf
Marc One can be create a php script to display all sort of charts with Google API. It depends on what you require! If you want users to choose type of chart and allow them to provide data values via a web form , this could get into a lengthy job but surely is possible I did develop a Bar Chart

Re: A problem...

2009-03-03 Thread Marc-Andre Menard
Can I see that script ?.. I will for use use some part to make mine to create bar char from table I am from montreal myself - On 03/03/09 9:43 PM, Asad Yousaf yousaf.a...@gmail.com wrote: Marc One can be create a php script to display all sort of charts with Google API. It depends

Re: Legend text color

2009-03-03 Thread mathie
I was wondering the same thing. The gray legend text is not working for us. Hope the team is adding it soon. Son On Jan 15, 9:34 pm, JMan julien.c.chast...@gmail.com wrote: Unfortunately, I believe the answer is no. -Julienhttp://charts4j.googlecode.com On Jan 15, 3:43 pm, spacedout

Re: A problem...

2009-03-03 Thread Asad Yousaf
Marc its 5pm in montreal and its 3am here. I will look at it in morning. On 3/4/09, Marc-Andre Menard menard...@hotmail.com wrote: Ok, first thing first.. I REALLY appreciate the google chart community, so many good people around.. I don¹t ask you to do the job for me, but since I am a

Re: Multiple line chart with multiple labels

2009-03-03 Thread KeithB
Hi, KP. As an example, I took the second example chart in this section (http:// code.google.com/apis/chart/labels.html#data_point_labels) and added another data set: http://tinyurl.com/cf25kc If that doesn't help, send us an example URL and we'll see what we can do. Cheers, K On Mar 3, 4:19