[visualization-api] Múltiples Gráficos

2018-06-28 Thread Mateo Verdelli
Quisiera saber si se pueden cargar varias librerías de gráficos, por ejemplo: google.charts.load('current', {'packages':['corechart']}); google.charts.load('current', {'packages':['lines']}); en una misma página. -- You received this message because you are subscribed to the Google Groups

[visualization-api] Sankey diagram nodes could be images?

2018-06-28 Thread Ines Ivanova
Could the nodes of the sankey diagram be imgages and instead of set the label when addRows['smth1', 'smth2', 5] set the source of the image? -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop

Re: [visualization-api] vAxis values not sequential

2018-06-28 Thread Vandana G
Thanks Daniel. It worked. But the tooltip which was automatically shown in previous version is not showing in current version On 27 June 2018 at 19:15, 'Daniel LaLiberte' via Google Visualization API < google-visualization-api@googlegroups.com> wrote: > See the last announcement about the

[visualization-api] Timeline

2018-06-28 Thread guerai
I'm Using time line but I need to overlapping elements on timeline. Reading code and example I found that it is possible with as example line-chart to ovelay elements using methods *getChartLayoutInterface, but this method is not implemented in timeline.Someone has an idea to solve the

[visualization-api] Requesting article/tutorial regarding WCF service for google+

2018-06-28 Thread tg fauzan
Hi everyone, can someone experience to do article/tutorial on how to implementing WCF service for google+(without using browser) like this link. By using this link (http://qaru.site/questions/1274790/wpf-application-authentication-with-google), i have try to move and implement the function

[visualization-api] Column Chart Not Displaying when Loading data Using Ajax

2018-06-28 Thread Andrew Mullen
I am using a Column Chart but when I try and load the data using Ajax I get the following error: Uncaught (in promise) Error: Not an array Here is how I am creating my chart: https://www.gstatic.com/charts/loader.js";> google.charts.load('current', {'packages':['bar']});

[visualization-api] How can I create Google Charts in server side?

2018-06-28 Thread Luis Rente
I need to export some pdf's sometimes whitout showing the chart data on the page. We are using phantomjs to have a headless browser, and then get the images from phantom to PDF, but this approach is sometimes slow. We are looking to create a faster solution. Our backend is built in C#. Can