[visualization-api] Re: cssClassNames not working for chart wrapper

2014-07-18 Thread frankstarhoward
Do'h! Once again thanks Andrew. On Thursday, 17 July 2014 19:37:26 UTC+1, Andrew Gallant wrote: Don't put quotes around csses: table = new google.visualization.ChartWrapper( { 'chartType': 'Table', 'containerId': 'table_chart_div', 'options': {

[visualization-api] Re: Getting scatter charts to work getSelection

2014-07-18 Thread Anish Benjamin
Thank you for your help, but the problem happens when you use the event handler with the chartWrapper. The event handler isn't called when the selected event happens. I found out one mistake I was making, and fixed it, *but it still doesn't work*. See the code here:

[visualization-api] Re: Google chart not working on IE10

2014-07-18 Thread Andrew Gallant
I don't see anything in your javascript that would cause any problems in IE. Try adding a DOCTYPE declaration; older versions of IE require one, maybe the newer versions do too. !DOCTYPE html On Thursday, July 17, 2014 11:42:23 PM UTC-4, cs 101 wrote: My google chart won't work on any

[visualization-api] Re: Google chart not working on IE10

2014-07-18 Thread cs 101
Ahhh! You're right. How could I forget that. Thanks a lot Andrew. On Friday, July 18, 2014 11:42:23 AM UTC+8, cs 101 wrote: My google chart won't work on any version of IE. It displays this error message: 'undefined' is not an object (evaluating 'a.runtimeStyle[c]') This is my code:

[visualization-api] left values are so big making graphs smaller(I think)

2014-07-18 Thread Neil Camara
Hi folks, How do we automatically convert values so that the numbers doesn't eat up too much space? For example: I would I want 5,000 to be displayed at 5k. For 13,000,000, I want Google Charts to display 13M. This is what is happening now. http://i.imgur.com/QB8tRhK.png Is it also possible

[visualization-api] Re: left values are so big making graphs smaller(I think)

2014-07-18 Thread Andrew Gallant
You can manually format your axis value by using the vAxis.ticks option, which takes an array of numbers or objects. Each element in the array specifies a tick mark on the axis; if the element is a number, that number will appear (formatted by the vAxis.format option) on the axis with a