[visualization-api] Urgent Requirement || Asp. Net developer@Dallas, TX

2015-01-16 Thread Anurag Singh
Hello, Hope you are doing well. Looking for a asp.net developer. Given below is the job description. Kindly response my mailing me or contacting on my number given in last. Job Description: Title: Asp. Net developer Location: Dallas, TX Duration: 12 Months contract 6-8 Year of proven

[visualization-api] Timeline chart (via Chart Wrapper) and setSelection

2015-01-16 Thread Matthew Cory
Okay, I've been searching on this for a while and can't find any kind of answer that makes any progress so hopefully someone here can point out what I'm doing wrong. I have a table chart and a timeline chart, both constructed through ChartWrappers. The table is in a dashboard object because

Re: [visualization-api] Timeline chart (via Chart Wrapper) and setSelection

2015-01-16 Thread 'Sergey Grabkovsky' via Google Visualization API
Hi Matt, You found a bug! Thank you! We have already found where the issue is and hope to include the fix with our next release. On Fri Jan 16 2015 at 3:25:26 PM Matthew Cory matthewco...@gmail.com wrote: Okay, I've been searching on this for a while and can't find any kind of answer that

Re: [visualization-api] Timeline chart (via Chart Wrapper) and setSelection

2015-01-16 Thread Matthew Cory
That's great! Glad I could help :) Kinda related to that, is there (or will there be) any way to determine in the select event whether it was triggered through a click or via the method call? I already have something in mind to determine that in my own code when the time comes, but it'd be

Re: [visualization-api] Timeline chart (via Chart Wrapper) and setSelection

2015-01-16 Thread 'Sergey Grabkovsky' via Google Visualization API
Sorry, there's no debug code available. We do have a 'select' event, which you can attach via google.visualization.events.addListener. This event is only triggered when the selection *changes*, so in you shouldn't be able to get into an infinite loop, since eventually the selection set would

Re: [visualization-api] Re: Org Chart - mysql

2015-01-16 Thread 'Jon Orwant' via Google Visualization API
https://developers.google.com/chart/interactive/docs/gallery/orgchart Jon On Tue, Jan 6, 2015 at 7:15 AM, hadj chaib chghlamal...@gmail.com wrote: asgallant please where can i find that documentation :) -- You received this message because you are subscribed to the Google Groups Google

[visualization-api] Bar chart not drawing - when using function called from button clicks

2015-01-16 Thread PJ
I am not a programmer, so apologies for any poor code. bar3 doesn't load, but the two gauge charts work fine, and update with animation. I would like the same animation delay for the bar chart, but first i would like the bar chart to appear :-) Thanks in advance. html

[visualization-api] Re: Responsive/fluid Line Chart?

2015-01-16 Thread Henry Noerdlinger
Gold, Andrew, your solution is golden. On Wednesday, May 7, 2014 at 8:37:27 AM UTC-6, Andrew Gallant wrote: You can add this to the end of your chart drawing function (assumes chart is your chart object, data is your DataTable/DataView, and options is your chart options, this should work