[visualization-api] Is it not possible to animate a pie chart?

2014-05-16 Thread Mickey Kay
I'd like to animate my pie/donut charts much like this: http://codepen.io/ahsanrathore/pen/yGBCd Is this possible? This page seems to suggest that animations are not supported for pie/donut charts: https://developers.google.com/chart/interactive/docs/animation#Supported_Modifications -- You

[visualization-api] Re: XML data as input for Google Charts

2014-05-16 Thread Andrew Gallant
I don't know of any examples of using XML to load data for the Visualization API. Basically, you would need to write an AJAX function to get the data, parse it into an XMLDocument object, and then parse the document object to pull out the data and input it into a DataTable. jQuery has a lot

[visualization-api] Re: Is it not possible to animate a pie chart?

2014-05-16 Thread Andrew Gallant
PieCharts do not support animations. On Friday, May 16, 2014 2:59:04 AM UTC-4, Mickey Kay wrote: I'd like to animate my pie/donut charts much like this: http://codepen.io/ahsanrathore/pen/yGBCd Is this possible? This page seems to suggest that animations are not supported for pie/donut

[visualization-api] Re: XML data as input for Google Charts

2014-05-16 Thread David Kasabji
Andrew hi! You're helping me out again :) So what I have discovered so far is, that the best thing to do is to CONVERT the XML into a JSON and then use JSON as an input for the Google Charts. However, I am bounded to use the database only LOCALLY (we do not use Web Server to pull out the

Re: [visualization-api] Re: prevent negative axis

2014-05-16 Thread Neil Camara
Here is the code which contains the fix on line 71. I actually just added viewWindow : { min : 0 , max : 600 }, https://gist.github.com/c0debreaker/390245014dabf4e965d7 On Thursday, May 15, 2014 5:50:16 PM UTC-5, Andrew Gallant wrote: That may have fixed it, but I would consider that a

[visualization-api] Re: XML data as input for Google Charts

2014-05-16 Thread David Kasabji
I have tried your example, but it is not working. Here is the fiddle: http://jsfiddle.net/6FyVj/ My files are in the same folder named: test.html test.xml BR, David Dne petek, 16. maj 2014 09:24:04 UTC+2 je oseba David Kasabji napisala: Andrew hi! You're helping me out again :) So what I

[visualization-api] string filter query

2014-05-16 Thread Missy
I am writing to seek advice, in I have fieldname property of type string but its composed of numbers and string values. currently, I cannot use this fieldname with the string filter controller, when type in number values in the string filter. Is their a control property i could add to make

[visualization-api] Re: Filtering in discrete mode !?

2014-05-16 Thread cyb
Hi, but if i set the series options like this: chartWrapper.setOption('series',{ 0: { color: 'red' }, 1: { color: 'green' }, 2: { color: 'blue' } }); and if i set my

Re: [visualization-api] Re: Is it not possible to animate a pie chart?

2014-05-16 Thread Mickey Kay
Man, that's kind of a deal-breaker on this one :( Is there any other way you can think of to mimic a progress circle like I linked to? I'd really like to use Google Charts, but if I can't achieve something like this then I'll have to switch to another library. On Fri, May 16, 2014 at 12:09 AM,

[visualization-api] Re: Container height is zero. Expecting a valid height error when I add any chart to spread sheet on Google Drive

2014-05-16 Thread Peter Kull
Same problem with my charts. On Thursday, May 15, 2014 2:58:40 AM UTC-4, Rehan Razi wrote: Container height is zero. Expecting a valid height error when I add any chart to spread sheet on Google Drive. I am not only facing this issue when I create a new document, previously working charts

[visualization-api] Re: Container height is zero. Expecting a valid height error when I add any chart to spread sheet on Google Drive

2014-05-16 Thread 'Sergey Grabkovsky' via Google Visualization API
Hello everyone, I'm looking into this. So far, I have been able to reproduce this issue in docs with the AnnotatedTimeLine. Are there other charts that are affected? On Fri May 16 2014 at 11:57:03 AM, Peter Kull pjk...@gmail.com wrote: Same problem with my charts. On Thursday, May 15, 2014

Re: [visualization-api] Re: Is it not possible to animate a pie chart?

2014-05-16 Thread 'Jon Orwant' via Google Visualization API
We'll add animations to pie charts, but nothing's coming immediately. Sorry! Jon On Fri, May 16, 2014 at 11:58 AM, Mickey Kay mickeys...@gmail.com wrote: Man, that's kind of a deal-breaker on this one :( Is there any other way you can think of to mimic a progress circle like I linked to?

Re: [visualization-api] Re: Container height is zero. Expecting a valid height error when I add any chart to spread sheet on Google Drive

2014-05-16 Thread gustin . kiffney
I'm seeing the same issue with the Trendline graph (flash-based interactive line graph). Oddly enough if I select Show Revisions the graph appears normally, but I still can't edit or delete it. On Friday, May 16, 2014 12:25:58 PM UTC-4, Sergey wrote: Hello everyone, I'm looking into this. So

Re: [visualization-api] Re: Is it not possible to animate a pie chart?

2014-05-16 Thread Mickey Kay
Any thoughts on the timeframe? I realize this is tough to estimate, but a ballpark idea would be helpful. Thanks! On Fri, May 16, 2014 at 9:01 AM, 'Jon Orwant' via Google Visualization API google-visualization-api@googlegroups.com wrote: We'll add animations to pie charts, but nothing's

Re: [visualization-api] Re: Container height is zero. Expecting a valid height error when I add any chart to spread sheet on Google Drive

2014-05-16 Thread 'Sergey Grabkovsky' via Google Visualization API
I think you mean the Trend/Time Line chart, which is the AnnotatedTimeLine chart. Have you seen this issue with any of the other charts? On Fri May 16 2014 at 12:39:47 PM, gustin.kiff...@gmail.com wrote: I'm seeing the same issue with the Trendline graph (flash-based interactive line graph).

Re: [visualization-api] Re: prevent negative axis

2014-05-16 Thread Andrew Gallant
What is the context that you call plotStackedColumnChartTemplateForGoogleCharts in? What do you do with the returned value? Can you provide an example of jsonData passed to the function? On Friday, May 16, 2014 3:27:58 AM UTC-4, Neil Camara wrote: Here is the code which contains the fix on

[visualization-api] Re: XML data as input for Google Charts

2014-05-16 Thread Andrew Gallant
AJAX requires a web server to run. You can get one to run locally with WAMPhttp://www.wampserver.com(Windows) or XAMPP https://www.apachefriends.org/index.html (Windows, Linux, MacOS). On Friday, May 16, 2014 3:47:42 AM UTC-4, David Kasabji wrote: I have tried your example, but it is not

[visualization-api] Re: string filter query

2014-05-16 Thread Andrew Gallant
What do you mean when you say it isn't working? StringFilters should work fine on string type columns containing letters and numbers: http://jsfiddle.net/asgallant/aD7AV/ On Friday, May 16, 2014 5:26:31 AM UTC-4, Missy wrote: I am writing to seek advice, in I have fieldname property of type

[visualization-api] Re: Filtering in discrete mode !?

2014-05-16 Thread Andrew Gallant
The series index is the order of data series that the chart sees. If you set the columns like this: columns: [x, y, z] x - the domain column y - series 0 z - series 1 If you set the columns like this: columns: [z, x, y] z - the domain column x - series 0 y - series 1 The chart has no

Re: [visualization-api] Re: Is it not possible to animate a pie chart?

2014-05-16 Thread Andrew Gallant
If I were to hazard a guess, I would say it will be available soonhttp://www.urbandictionary.com/define.php?term=soondefid=4387130(j/k, they're nowhere near as bad as Blizzard). On Friday, May 16, 2014 12:57:07 PM UTC-4, Mickey Kay wrote: Any thoughts on the timeframe? I realize this is tough

[visualization-api] Re: Filtering in discrete mode !?

2014-05-16 Thread cyb
Hi, you are great this works :) But i want not use my own color map i want use the default google colors, is there a method that i can generate a dynamic color map with the default google colors ? Am Montag, 5. Mai 2014 18:11:24 UTC+2 schrieb cyb: Hi, i use a chartWrapper to display

Re: [visualization-api] Re: Is it not possible to animate a pie chart?

2014-05-16 Thread Mickey Kay
Haha. Soon. The best sounding, most open-ended answer out there :) On Fri, May 16, 2014 at 12:51 PM, Andrew Gallant asgallant...@gmail.comwrote: If I were to hazard a guess, I would say it will be available soonhttp://www.urbandictionary.com/define.php?term=soondefid=4387130(j/k, they're

Re: [visualization-api] Re: prevent negative axis

2014-05-16 Thread Neil Camara
Here is a sample json - https://gist.github.com/c0debreaker/3c8e64722fdac6505439 By the way, I wrote it in AngularJS. - This is how I call the function - $scope.bigstackedchart = plotStackedColumnChartTemplateForGoogleCharts($scope.jsonData, 'Total Bytes Used Aggregated by

[visualization-api] Re: Filtering in discrete mode !?

2014-05-16 Thread Andrew Gallant
You can use the default colorshttps://groups.google.com/d/msg/google-visualization-api/fmZzdKnmQC0/3KYsJ4N-IeMJin your map. -- 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

Re: [visualization-api] Re: prevent negative axis

2014-05-16 Thread Andrew Gallant
I suspect the reason the height was changing is because you never defined the height of the chart. Try setting either the height option for the chart (it takes a number for the height in pixels, eg height: 400) or in the style/CSS of the container div. On Friday, May 16, 2014 6:11:34 PM

[visualization-api] Re: Table: Can't get Sort Event to Trigger

2014-05-16 Thread HRansome
Well derp, I forgot about the chart wrapper. I've actually seen you address this before over here: http://stackoverflow.com/questions/20963158/google-visualization-click-event-on-barchart-isstacked-true/20977455#20977455 Thank you. :) On Thursday, May 15, 2014 3:47:53 PM UTC-7, Andrew

[visualization-api] Re: Container height is zero. Expecting a valid height error when I add any chart to spread sheet on Google Drive

2014-05-16 Thread David Buser
Having this same problem too. Only Time line charts seem to be affected. On Thursday, May 15, 2014 2:58:40 AM UTC-4, Rehan Razi wrote: Container height is zero. Expecting a valid height error when I add any chart to spread sheet on Google Drive. I am not only facing this issue when I create

[visualization-api] Re: Container height is zero. Expecting a valid height error when I add any chart to spread sheet on Google Drive

2014-05-16 Thread Jeff Smith
Same issue here using a trend line chart type in Google Sheets. -- 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