[visualization-api] Waterfall chart

2015-04-02 Thread Ketan Mehta
Hi All, I google providing waterfall charts? If so plz guide which type shall I use. Regards, Ketan Mehta -- 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

Re: [visualization-api] Load progress bar

2015-04-02 Thread Schabagh
Thank you Sergey. It works. -- 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 post to this

[visualization-api] Does Google Visualization API provides waterfall chart?

2015-04-02 Thread Ketan Mehta
Hi All, I google providing waterfall charts? If so plz guide which type shall I use. Regards, Ketan Mehta -- 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

Re: [visualization-api] Is there a way to highlight a slice of a 3d Pie Chart without a legend?

2015-04-02 Thread 'Sergey Grabkovsky' via Google Visualization API
Unfortunately, the 'selected' effect is not supported for 3D pie charts. This is primarily because the 3D pie charts aren't truly 3D, but just a series of SVG elements rendered to look 3D. If this is important to you, you can file a feature request here:

[visualization-api] Is there a way to highlight a slice of a 3d Pie Chart without a legend?

2015-04-02 Thread Mike Primak
If you hover the API legend, the corresponding slice in a pie chart highlights. Is there a way to call this feature from outside the legend? ie. if the user clicks or hovers on a certain element? I tried using setselection, which works fine for 2d pie charts, but has no effect in 3d pie

Re: [visualization-api] Is there a way to highlight a slice of a 3d Pie Chart without a legend?

2015-04-02 Thread Mike Primak
Thanks for getting back to me. I searched lots, but now I know it is not to be found. On 2015-04-02 4:50 PM, 'Sergey Grabkovsky' via Google Visualization API wrote: Unfortunately, the 'selected' effect is not supported for 3D pie charts. This is primarily because the 3D pie charts aren't

Re: [visualization-api] Does scattered polynomial trend line also provide coefficient of correlation?

2015-04-02 Thread Zhenyu Hu
Hi Sergey, Thanks for the feedback! R2 is *coefficient of determination* which API indeed support it; however,* coefficient of correlation (r)* is a different one. Below is the link to show the difference between the two http://mathbits.com/MathBits/TISection/Statistics2/correlation.htm Thanks,

[visualization-api] Recommend a jQuery Chart Library with visual chart editor!

2015-04-02 Thread Yueqing zhang
Chart Designer VanCharts http://www.vancharts.com provides a revolutionary tool - chart designer with editing work done in visual interface. Seek for opensource JS - work out APT - modify codes based on needs - call for projects. This is the current development mode, yet wasting large

[visualization-api] Spreadsheet inserted by a Google Drive API serviceaccount as a DataSource for Google Charts

2015-04-02 Thread bingangus
I was able to insert an excel spreadsheet using a serviceaccount. How do I get the URL to that excel spreadsheet that I can use for Google Charts? html head script type=text/javascript src=https://www.google.com/jsapi;/script script type=text/javascript google.load(visualization, '1',

[visualization-api] Fwd: Us congress hearing of maan alsaan Money laundry قضية الكونغجرس لغسيل الأموال للمليادير معن الصانع

2015-04-02 Thread mona billy
US Congressional Hearing of Saudi billionaire maan Al Sanea and Money Laundering with bank of America With Arabic Subtitles http://www.youtube.com/watch?v=mIBNnQvhU8s *موقع اليوتيوب الذي عرض فيديوهات جلسة استماع الكونجرس الأمريكي * * لمتابعة نشاطات غسل الأموال ونشاطات*

[visualization-api] redrawing the chart legend issue

2015-04-02 Thread Alan Sparkes
We are using the api to create a chart in a tab. When you switch tabs the chart will get squished becasue the hidden container makes the dimensions of the chart 'undetectable' to the api (at least thats what i assume is happennng). The standard solution to this is to redraw the chart on the tab

Re: [visualization-api] Does Google Visualization API provides waterfall chart?

2015-04-02 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Ketan, We have no waterfall chart, but you can produce the same effect using the CandlestickChart. See this example: http://jsfiddle.net/dlaliberte/7LbBq/ On Thu, Apr 2, 2015 at 2:38 AM, Ketan Mehta ketanmah...@gmail.com wrote: Hi All, I google providing waterfall charts? If so plz

[visualization-api] Re: Load progress bar

2015-04-02 Thread Alan Sparkes
Youcan always just add a spinning gif to the chart div as it will be replaced by google chart when loaded On Wednesday, April 1, 2015 at 2:14:56 PM UTC+1, Schabagh wrote: Hallo Forum, is there a way to create a Load progress bar or image (to make it to notify my users that things are in

[visualization-api] Adding a border line - Column Chart

2015-04-02 Thread Marcin Koperkiewicz
https://lh3.googleusercontent.com/-Rp7pCU1c3jI/VR1VOYpV73I/Bjw/h1OxzdUzSiw/s1600/chart.png Hello, I need to add a border line in Column Chart that will say max and will have some value. I marked on my screenshot what I'm trying to accomplish (the line I want to add is pink). How can I

Re: [visualization-api] Adding a border line - Column Chart

2015-04-02 Thread 'Sergey Grabkovsky' via Google Visualization API
There isn't any way to add one that's labelled exactly like you want it, but you could add a line series to show the line. Here's an example of that: http://jsfiddle.net/bqyyv8bv/ However, that doesn't look great, nor does it look like what you requested, so we could add some buffer points to

Re: [visualization-api] Adding a border line - Column Chart

2015-04-02 Thread Marcin Koperkiewicz
Holly s*** you are amazing! Thank you so much! W dniu czwartek, 2 kwietnia 2015 16:57:25 UTC+2 użytkownik Sergey napisał: There isn't any way to add one that's labelled exactly like you want it, but you could add a line series to show the line. Here's an example of that:

Re: [visualization-api] redrawing the chart legend issue

2015-04-02 Thread 'Sergey Grabkovsky' via Google Visualization API
Hi, I'm not quite sure what you mean by the legend is squashed. There is no such known bug. Could you perhaps reproduce the issue in a jsfiddle? Or at least post a screenshot? On Thu, Apr 2, 2015 at 6:39 AM Alan Sparkes joom...@gmail.com wrote: We are using the api to create a chart in a tab.

Re: [visualization-api] How to implement drill down with charts.Bar

2015-04-02 Thread 'Sergey Grabkovsky' via Google Visualization API
You can listen for the 'select' event and redraw the chart with the 'drilled down' data. Here's an example jsfiddle I made for another user asking for the same thing: http://jsfiddle.net/fgLt7Lwn/ On Wed, Apr 1, 2015 at 5:25 PM Jef Katz katz@gmail.com wrote: Hi, We use Google

Re: [visualization-api] Does scattered polynomial trend line also provide coefficient of correlation?

2015-04-02 Thread 'Sergey Grabkovsky' via Google Visualization API
The coefficient of correlation (or the r^2 value) should indeed be supported for all trendlines. You can enable it by setting the trendline option showR2 to true. On Wed, Apr 1, 2015 at 7:29 PM Zhenyu Hu kevinzheny...@gmail.com wrote: Dear All, I am using Google Chart API to draw a scattered

Re: [visualization-api] How to plot time with the help of google charts

2015-04-02 Thread 'Sergey Grabkovsky' via Google Visualization API
It's a little difficult to give you advice without being able to run the code, but it sounds like you want to use the 'timeofday' type. I think you could do this trivially by doing a transform of your data, where for each string, you would do something like

[visualization-api] How to plot time with the help of google charts

2015-04-02 Thread mariummalik22
I am retrieving data from sql database. I have time field there where time is in the format hh:mm:ss. I have used data type datetime, date, but I am not able to plot the graph. Can someone help me how to do so? I have attached my both php files. -- You received this message because you are

Re: [visualization-api] How to plot time with the help of google charts

2015-04-02 Thread 'Sergey Grabkovsky' via Google Visualization API
Here's a basic example: http://jsfiddle.net/2h7xhbcL/ Hopefully you'll be able to derive your specific solution from it. Good luck! On Thu, Apr 2, 2015 at 2:07 PM mariummalik22 mariummali...@gmail.com wrote: If you could show the alternate option I would be very thankful. I am just stuck with

Re: [visualization-api] How to plot time with the help of google charts

2015-04-02 Thread 'Sergey Grabkovsky' via Google Visualization API
You would need to execute that line for every item. Ideally, you would modify your getpiechartdata2.php file to do this on the server, but I don't really know the PHP syntax for the equivalent of that, so I'm afraid you're on your own there. Alternatively, you could use a DataView calc column to

Re: [visualization-api] How to plot time with the help of google charts

2015-04-02 Thread mariummalik22
If you could show the alternate option I would be very thankful. I am just stuck with this thing from last 2 days. I can plot integers, float values but not able to plot time at all. Don't know the reason, have tried all the data types as well. On Thursday, April 2, 2015 at 11:00:46 PM UTC+5,

Re: [visualization-api] How to plot time with the help of google charts

2015-04-02 Thread mariummalik22
Thanks for the response. Where should this line be inserted? Where I am defining my columns or somewhere else? On Thursday, April 2, 2015 at 10:39:08 PM UTC+5, Sergey wrote: It's a little difficult to give you advice without being able to run the code, but it sounds like you want to use the

Re: [visualization-api] How to plot time with the help of google charts

2015-04-02 Thread mariummalik22
Thanks for your effort, just trying to figure it out now :) On Thursday, April 2, 2015 at 11:12:02 PM UTC+5, Sergey wrote: Here's a basic example: http://jsfiddle.net/2h7xhbcL/ Hopefully you'll be able to derive your specific solution from it. Good luck! On Thu, Apr 2, 2015 at 2:07 PM