[visualization-api] Chart Sharepoint list data with Google Visualization API using REST Service and JSON

2015-09-11 Thread Manou
Hello, I have the following json data from our Sharepoint Server and I am trying to use Google charts to generate a pie chart and a bar chart: I have 4 teams for which I need to create a separate pie chart. For each pie chart, I need to: 1) count the number of all open task by team; 2) count

[visualization-api] Reference to Google Vis in Publication

2015-09-11 Thread Hauke Simon
Hello, I have just made a very nice-looking sankey using gvis. How do I reference to google vis correctly, if I want to publish this graph? Best -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and

[visualization-api] Gravity Forms + Google Charts

2015-09-11 Thread Rose Ann Haft
Hi there! I am going to be implementing Google Charts + Gravity Forms and will either be asking for help or providing an explanation of how to do it. Any resources or suggestions/best practices would be useful. Best, Rosi -- You received this message because you are subscribed to the

[visualization-api] Re: Gravity Forms + Google Charts

2015-09-11 Thread Rose Ann Haft
Specifically, I will be creating a line chart. Thanks! On Friday, 11 September 2015 14:16:59 UTC-7, Rose Ann Haft wrote: > > Hi there! > > I am going to be implementing Google Charts + Gravity Forms and will > either be asking for help or providing an explanation of how to do it. Any >

[visualization-api] how to add data in google.visualization.arraytodatatable from array

2015-09-11 Thread Anirban Roy
var data = google.visualization.arrayToDataTable([ ['Task', 'Hours per Day'], ['Work', 11], ['Eat', 2], ['Commute', 2], ['Watch TV', 2], ['Sleep',7] ]); how to set data in google.visualization.arrayToDataTable

Re: [visualization-api] Reference to Google Vis in Publication

2015-09-11 Thread Hauke Simon
Thx. I'll do Best On 11 September 2015 at 13:23, 'Jon Orwant' via Google Visualization API < google-visualization-api@googlegroups.com> wrote: > Just publish; you don't need to reference us. Thanks, though! > > You can simply refer to the service as "Google Charts" if you'd like. > > Jon > > On

Re: [visualization-api] Reference to Google Vis in Publication

2015-09-11 Thread 'Jon Orwant' via Google Visualization API
Just publish; you don't need to reference us. Thanks, though! You can simply refer to the service as "Google Charts" if you'd like. Jon On Fri, Sep 11, 2015 at 2:21 AM, Hauke Simon wrote: > Hello, > > I have just made a very nice-looking sankey using gvis. > How do I

Re: [visualization-api] Google Charts displaying of data labels and percentage

2015-09-11 Thread 'Daniel LaLiberte' via Google Visualization API
Thanks for the details on your chart. As I said, the PieChart doesn't support anything more than the pieSliceText option which only lets you choose to display the percentage, value, label, or none. We are thinking of supporting some kind of templating system to give you much more control over