Bug in vertical bar chart

2009-10-06 Thread Nuno Machado

Hi,

I found a bug in the vertical bar chart when using a black
background.

Check the example:

The line chart display the vertical and horizontal axis:

http://chart.apis.google.com/chart?cht=lcchs=300x200chxt=x,ychf=bg,s,00chd=t:50,20

But if you change for a vertical bar chart it won't:

http://chart.apis.google.com/chart?cht=bvschs=300x200chxt=x,ychf=bg,s,00chd=t:50,20


If you play a bit with the background color, you'll see that the axis
color in the line chart won't change (it's always gray), but in the
vertical bar chart the color changes from gray to black.

Is there a workaround for this bug? Where can I report it?

Thanks a lot.

--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
google-chart-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-chart-api?hl=en
-~--~~~~--~~--~--~---



There is a way to reverse Information bubble icons?

2009-10-06 Thread Antonello Pasella

Hera an example 
http://groups.google.com/group/google-chart-api/web/chart-types-for-information-bubbles.

There is a way to have the left arrow in the right side of the box?

Tkz!

--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
google-chart-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-chart-api?hl=en
-~--~~~~--~~--~--~---



Re: Banging my head against the wall

2009-10-06 Thread KeithB

Doubling your data scaling parameter
(chds=1950,2006,0,175,1950,2006,0,175) appears to fix the issue. I
know that the API usually repeats parameter values as needed (if you
have 4 datasets and only specify chds=0,50 it'll assume you want 0--50
on all four), but since you're specifying two different values it
appears to be repeating your last value set (0-175), not both.

Cheers,
K
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
google-chart-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-chart-api?hl=en
-~--~~~~--~~--~--~---