Re: [visualization-api] Flip chart axes via

2016-10-05 Thread 'Daniel LaLiberte' via Google Visualization API
You can flip the orientation of the chart, so the x axis is the vertical axis, and y is horizontal. You could set the orientation of a chart using the 'orientation' option, in the 'view' property of a ChartWrapper. But from your description, it sounds like you really need to transpose the data,

[visualization-api] intervals on columnCharts prevent tooltips from working

2016-10-05 Thread Suzanne Paley
If I add intervals to a columnChart, no tooltip will come up when I hover over any part of the graph covered by an interval. This seems to be true regardless of whether the focusTarget is datum or category. I modified one of the example fiddles to demonstrate: https://jsfiddle.net/mxyecav6/1

Re: [visualization-api] Fwd: Annotation chart long legend fix

2016-10-05 Thread 'Daniel LaLiberte' via Google Visualization API
Sorry, I never had time to get around to addressing this. Now that the AnnotationChart entirely replaces the AnnotatedTimeline, I should try to find time to address any additional deficiencies, like this one. On Wed, Oct 5, 2016 at 10:03 AM, Nick Dunbar wrote: > Any

Re: [visualization-api] Geochart: onreadystatechange error in IE 11

2016-10-05 Thread 'Daniel LaLiberte' via Google Visualization API
This definitely sounds like a bug we should try to fix or workaround. Unfortunately, I am on vacation now until Oct 13. Until I can fix it, you may be able work around this bug by loading version '44' instead of 'current'. On Tue, Oct 4, 2016 at 8:53 PM, Simius wrote: > Dear

Re: [visualization-api] North and South America illegible because set on the exactly same position

2016-10-05 Thread 'Daniel LaLiberte' via Google Visualization API
South America is not known by Google Maps, so it thinks you mean North America. Not sure why. Can you specify the lat long instead? On Wed, Oct 5, 2016 at 9:34 AM, aandreos wrote: > Hello, > > I would like to know how to fix the small bug I encounter with the texts

[visualization-api] combo chart on staked in one column

2016-10-05 Thread Bruno Almeida
hello, I'm trying to build a graph but it has a purpose for each column, is the fantastic combochart but wanted to do seriesType not a line but by the same Columa as under-stacked but use the same color style combo chart wanted something, someone can help me

[visualization-api] Re: Legend labels cut off

2016-10-05 Thread 'Richard Doan' via Google Visualization API
I don't really know how pie dimensions work, but you can play around with height and width. Here's one possibility. var options = { title: 'My Daily Activities', chartArea: {left: 0}, height: 400, width: 600, legend: {textStyle:

[visualization-api] Can i embed google charts to DOMO cards

2016-10-05 Thread manoj naduvath
Can i embed google charts to DOMO cards -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-visualization-api+unsubscr...@googlegroups.com. To

[visualization-api] How to display value on the series data(On the point itself) based on the condition dynamically for the scatter graph

2016-10-05 Thread sanju m
Hi Team, Please help on the below issue. Best Regards Sanju Mordi -- You received this message because you are subscribed to the Google Groups "Google Visualization

[visualization-api] getDataTable functionality and dashboards

2016-10-05 Thread 'Richard Doan' via Google Visualization API
I'm getting two different behaviors from the ChartWrapper method getDataTable. If the ChartWrapper is not in a dashboard, the method returns a reference to the DataTable. Or, if it's in a dashboard, and the dashboard hasn't finished drawing, I get a reference to the DataTable. If the chart

[visualization-api] Flip chart axes via

2016-10-05 Thread Colin Tucker
I am looking to generate two charts on my apps script dashboard. If I understand correctly, only one data table can be linked to any given dashboard in apps script. With that in mind, I am trying to make do with one data table that meets the needs of both of my charts. However, my line chart

[visualization-api] Fwd: Annotation chart long legend fix

2016-10-05 Thread Nick Dunbar
Any feedback on this? On Monday, October 3, 2016 at 11:13:52 AM UTC+1, Nick Dunbar wrote: > > Hi, > > I want to bring up the issue of annotation charts cutting off long legend > (when the legend text is too long or there are too many series to display > all the legends on one line). > >

[visualization-api] North and South America illegible because set on the exactly same position

2016-10-05 Thread aandreos
Hello, I would like to know how to fix the small bug I encounter with the texts "North America" and "South America". As you can see, the 2 sentences are set on the exactly same position and both are illegible. Could you tell me how to fix this ? Do you know more details? Thank you for your