[visualization-api] Re: Drill down functionality for column charts

2014-07-29 Thread Rk MooRthy Rajendran
Hi Andrew, Do you have any idea to plot the above chart which i have attached..(PFA) The chart contains Drill down functionality and Dual Y-Axis. Thanks in advance.. -Rk.MooRthy On Tuesday, 29 July 2014 10:32:21 UTC+5:30, Rk MooRthy Rajendran wrote: Hi Andrew, Thanks for your valuable

[visualization-api] How to reverse vertical axis data order

2014-07-29 Thread Paul Preston
I have a chart (and code below) where the vertical axis needs to show 1 at the top and the highest number at the bottom, at the moment it is the other way around - how do I this? Thanks in advance for your help Paul Code html head script type=text/javascript

[visualization-api] Visualization Playground Broken Link

2014-07-29 Thread Visual1zer
Hi all, the Visualization Link appears to be broken: http://code.google.com/apis/ajax/playground/?type=visualization Is it being moved to a new address or soon to be removed from the Google Charts portal? Cheers, -- You received this message because you are subscribed to the Google Groups

[visualization-api] Re: Drill down functionality for column charts

2014-07-29 Thread Andrew Gallant
You should be able to replicate that chart. Use a ComboChart https://developers.google.com/chart/interactive/docs/gallery/combochart to combine both columns and lines. Use the series.series index.targetAxisIndex option to assign each data series to either the left (axis index 0) or right

[visualization-api] Re: How to reverse vertical axis data order

2014-07-29 Thread Andrew Gallant
Set the vAxis.direction option to -1. On Tuesday, July 29, 2014 3:49:22 AM UTC-4, Paul Preston wrote: I have a chart (and code below) where the vertical axis needs to show 1 at the top and the highest number at the bottom, at the moment it is the other way around - how do I this? Thanks

Re: [visualization-api] Visualization Playground Broken Link

2014-07-29 Thread 'Jon Orwant' via Google Visualization API
Yep, we're investigating a fix. Jon On Tue, Jul 29, 2014 at 6:25 AM, Visual1zer flashb...@gmail.com wrote: Hi all, the Visualization Link appears to be broken: http://code.google.com/apis/ajax/playground/?type=visualization Is it being moved to a new address or soon to be removed from

Re: [visualization-api] Independent series on an Annotation Chart

2014-07-29 Thread 'Daniel LaLiberte' via Google Visualization API
Yes, this option is in the current release (1.0). It only applies to the main chart, but if you need the same thing for the range selector, there is another option for that. How are you using this option? I was a bit vague in my last message. Within the option structure that you provide to the

[visualization-api] Visualization Playground Broken

2014-07-29 Thread pmale
Hi There, When attempting to use the Visualization Playground to create a line chart, getting a 404 error. https://code.google.com/apis/ajax/playground/?type=visualization#line_chart Thanks in advance for your help. -- You received this message because you are subscribed to the Google

Re: [visualization-api] Visualization Playground Broken

2014-07-29 Thread 'Jon Orwant' via Google Visualization API
We know, and we're investigating. Thanks for the report! Jon On Tue, Jul 29, 2014 at 7:29 PM, pm...@vitalmedianet.com wrote: Hi There, When attempting to use the Visualization Playground to create a line chart, getting a 404 error.

[visualization-api] formatting time on the tooltip

2014-07-29 Thread Neil Camara
Hi folks, I currently have this code. it's only formatting the time that is on the axis but not when we hover the mouse pointer on the column. hAxis: { format:'h:mm aa', gridlines: { count: 12 } }, In the axis, it shows the hour correctly