[visualization-api] Org chart node edit

2015-05-29 Thread Rubem Rocha
Is it possible to edit a org chart node with google chart api? Where I can find samples about it? []s -- 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

Re: [visualization-api] Bad link on Google Charts website...

2015-05-29 Thread 'Jon Orwant' via Google Visualization API
I'll fix that today. Thanks, Daniel! Jon On Fri, May 29, 2015 at 5:35 AM, Daniel Buttery hasanyoneseenmysp...@googlemail.com wrote: Hey all, liking the new look! FYI the GitHub link on the support page https://developers.google.com/chart/interactive/support is pointing to

[visualization-api] Bad link on Google Charts website...

2015-05-29 Thread Daniel Buttery
Hey all, liking the new look! FYI the GitHub link on the support page https://developers.google.com/chart/interactive/support is pointing to https://github.com/google-admin/google-visualization-api-issues instead of https://github.com/google/google-visualization-issues/issues and causing a

Re: [visualization-api] Org chart node edit

2015-05-29 Thread 'Sergey Grabkovsky' via Google Visualization API
Hi Rubem, This isn't something that's possible with Google Charts, or at least it's not built in. However, I'm continually surprised with what people are able to accomplish with a bit of cleverness, so I wouldn't be surprised if you could hack something together to do this. On Fri, May 29, 2015

[visualization-api] Data not loading on Line Chart - using ASP.NET MVC and jQuery AJAX.

2015-05-29 Thread chrismartin112388
I'm using ASP.NET MVC and Google Charts to try and generate a simple line graph with two data records. I'm pulling the data successfully from the database, but the data isn't appearing on my chart. The data consists of two records with two fields: WeekOfEntry(DateTime) and Weight (decimal).