Re: Chart Labels with comma in Text

2012-11-23 Thread Joe Matlon
Add an 's' modifier. chm=N*cUSDs* On Tuesday, August 19, 2008 1:12:04 PM UTC-5, mark@gmail.com wrote: How can I label a barchart bar (using chm=tsome value) when I want that some value to include a comma. I want my label to be $1,234,566 Is this possible? -- You received

Re: Can't use HTML title tag to create tooltips on chart labels

2010-10-28 Thread Edward Tufte Fan
Hi, Google Chart API (a.k.a Image Charts) is a server returning an image and as such cannot provide interactive or HTML features. You may want to look at Interactive Charts: http://code.google.com/apis/visualization/interactive_charts.html

Can't use HTML title tag to create tooltips on chart labels

2010-10-26 Thread Mawg
I want to use short labels on charts, but let the user hover the cursor over the label to seem a more informative tooltip (using the HTML title tag). Can that be done? 1. Take any valid Gogole Charts request URL 2. Change a chxl value to use the HTML title= tag,

Pie Chart - Labels on Slice

2010-08-06 Thread Jré
Is it possible to put the labels of a slice on the actual slice itself (assuming it's big enough to display)? Similar to this image, but I don't want to display the percentages.

Re: Pie Chart - Labels on Slice

2010-08-06 Thread KeithB
Not at this time, no. -- You received this message because you are subscribed to the Google Groups Google Chart API group. To post to this group, send email to google-chart-...@googlegroups.com. To unsubscribe from this group, send email to google-chart-api+unsubscr...@googlegroups.com. For

Re: Pie Chart - Labels on Slice

2010-08-06 Thread Jré Sarenac
What's my best alternative? Any way to go around this issue? Thanks! On Fri, Aug 6, 2010 at 12:50 PM, KeithB kbornho...@gmail.com wrote: Not at this time, no. -- You received this message because you are subscribed to the Google Groups Google Chart API group. To post to this group, send

Unicode issue in chart labels

2010-07-08 Thread Wex
Hi, I'm trying to use some unicode characters in pie charts; but they don't always work. These charts seem to be fine in the Chart Playground; but not when fetched from a page. Here are five examples I've put together for testing: http://mobile.creativenorth.co.uk/temp/chartbug/ Hopefully you'll

re: problems with pie chart labels

2010-07-02 Thread Virag
Hi there, I am supposed to make a lot of plots for my analysis and Google api perfectly suited me as I could send each URL using wget and save the corresponding charts to my disk. But I do have a problem with the labels for each series that I get for pie-chart or practically for any kind of chart.

Re: Pie chart labels style.

2009-08-11 Thread Carlos_M
wrote: I want to change Pie chart labels style (color, font-size). Is it possible? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Chart API group. To post to this group, send email to google-chart-api

Pie chart labels style.

2009-08-10 Thread mikayel.amirkhan...@googlemail.com
I want to change Pie chart labels style (color, font-size). Is it possible? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Chart API group. To post to this group, send email to google-chart-api

Re: chart labels appearing in different order when changing from vertical to horizontal

2009-08-06 Thread Mike and Stephie
Hi Keith Thank you for your help with this Kind regards Mike and Stephie On Mon, Aug 3, 2009 at 11:10 AM, KeithB kbornho...@gmail.com wrote: This behaviour is by design, most likely. Both the x and y axes normally increase in number as you move away from the origin. The API gives you the

chart labels appearing in different order when changing from vertical to horizontal

2009-08-02 Thread Tom Maslen
Hello, Great charting API, been enjoying using it. Could you show me what I'm doing wrong here? I have this vertical chart that correctly orders the labels (january, febuary, march)...

Re: chart labels appearing in different order when changing from vertical to horizontal

2009-08-02 Thread KeithB
This behaviour is by design, most likely. Both the x and y axes normally increase in number as you move away from the origin. The API gives you the option to add custom labels, but that doesn't change the fact that the y-axis, by default, ranges from 0 to 100 with 0 being the origin and 100 being

Re: Chart Labels

2009-03-23 Thread KeithB
I'm not sure what you want to do... I quickly made this: http://tinyurl.com/dl3pw8 - with the left-most bar, you want the top label to be 60 instead of 50? On Mar 23, 2:34 pm, cattermol...@googlemail.com cattermol...@googlemail.com wrote: Hi all, Wonder if anyone can assist, have a simple

Re: Chart Labels

2009-03-23 Thread cattermol...@googlemail.com
Hi Keith, Yes, that's correct, the left most bar label (at the top of the stack) would be 60. I can achieve this using the t label option, but I was wondering if the google chart api had a function for this? Thanks for the prompt reply, much appreciated. Gary. On Mar 23, 6:40 pm, KeithB

Re: Request: allow additional characters in chart labels

2009-02-24 Thread Marcus Bengtsson
Yep, now I got it to work using the above recommended utf8_encode function. Thank you all for your help. Marcus 2009/2/24 Marcus Boerger marcus.boer...@google.com Hi, You sent the request in ISO-8859-1/15 but chartserver requires UTF8. For the fun of it I tried 'Låttmjölk' and that did

Re: Vertical Bar Chart labels

2009-01-10 Thread Xavier Bourguignon
Thank you so much for the answer, I can't believe how simple the change was. Thanks again. 2009/1/9 Myriad_Rocker bbay...@cox.net: Separate your chart points with commas and not these | http://tinyurl.com/8eb7au -- Xavier Bourguignon

Re: Vertical Bar Chart labels

2009-01-09 Thread crouzilles
I have actually added chxt=x at the end of the chart and now I only get one user's name, but the other won't appear, still at a loss on what could be wrong. here is the tinyurl for the new chart: http://tinyurl.com/7ccaep Please help if you can thank you On Jan 9, 5:07 pm, crouzilles

Re: Feature Suggestion: Color change for chart labels / legends

2008-10-16 Thread Ben W
I think axis labels can be changed now via axis styles. We can change colour, size and alignment. http://code.google.com/apis/chart/labels.html#axes_styles It doesn't seem to work for pie charts - even though it should be no more difficult. Maybe they have only updated half of the API thus far.