[visualization-api] Re: Showing a table and under the table a pie chart with grouped data from the table

2014-10-10 Thread r . dejager
Thanks, that gave a partial solution. The table now shows but the pie is not and i get the same error message. I tried every source column possible. The tabel shows records from a ticket administration (ticketnumber, datetime creation, ticket responsible, Title of ticket. In the Pie i would

[visualization-api] Re: Example code for tooltips in a table chart

2014-10-10 Thread Mike
Hi Andrew, Any help would be gratefully appreciated, thank you for your offer. The final objective for my table is that when a user hovers over a specific row, a tooltip is produced that will change depending on the row selected (which will be derived from a MYSQL query). However, I'm keeping

Re: [visualization-api] Re: Does anybody know how to show the R-squared for scattered polynomial trend line?

2014-10-10 Thread 'Sergey Grabkovsky' via Google Visualization API
Hi Zhenya, what Andrew said wasn't entirely correct. You can show the R square in the legend, but you have to make sure that you have enough space. Here is an example: http://jsfiddle.net/g7hz9ydL/ The option showR2 is what you're looking for. On Thu Oct 09 2014 at 9:23:06 PM Zhenyu Hu

Re: [visualization-api] Re: Does anybody know how to show the R-squared for scattered polynomial trend line?

2014-10-10 Thread Zhenyu Hu
Hi Sergey, Thanks a lot, it works!!! There is a parameter showR2: true under trendlines options, but why this parameter doesn't show up on their documentation, how do yo find it? Thanks, Kevin On Fri, Oct 10, 2014 at 6:34 AM, 'Sergey Grabkovsky' via Google Visualization API

Re: [visualization-api] Re: labels and shading for area charts

2014-10-10 Thread John Hughes
Andrew, Thanks for the suggestions. The first one works but does not look very good. At about 0.50 the words start to get into the correct location but then the lines are so far from the edge it starts looking bad. I will see what I can do about implementing the second options. On Thu, Oct 9,

[visualization-api] Re: Chart Size Within Parent Container

2014-10-10 Thread Matheus Henrique Klem Galvez
Hi Andrew, I cannot post any code. But here are some prints that show better what is happening. The first two pictures are the charts rendered with error. The last one is the chart renderes correctly.

Re: [visualization-api] Re: Does anybody know how to show the R-squared for scattered polynomial trend line?

2014-10-10 Thread 'Jon Orwant' via Google Visualization API
Documentation for showR2 will go live next week. Jon On Fri, Oct 10, 2014 at 2:54 PM, Zhenyu Hu kevinzheny...@gmail.com wrote: Hi Sergey, Thanks a lot, it works!!! There is a parameter showR2: true under trendlines options, but why this parameter doesn't show up on their documentation, how

Re: [visualization-api] Re: Does anybody know how to show the R-squared for scattered polynomial trend line?

2014-10-10 Thread Zhenyu Hu
wow, that's great, thanks! On Fri, Oct 10, 2014 at 5:44 PM, 'Jon Orwant' via Google Visualization API google-visualization-api@googlegroups.com wrote: Documentation for showR2 will go live next week. Jon On Fri, Oct 10, 2014 at 2:54 PM, Zhenyu Hu kevinzheny...@gmail.com wrote: Hi