Re: [visualization-api] c is null on using google charts

2015-09-23 Thread Bluestacks Account
Hi Daniel, this is part of the code which utilizes the Google Chart. "> Back https://www.google.com/jsapi";>

Re: [visualization-api] c is null on using google charts

2015-09-23 Thread 'Daniel LaLiberte' via Google Visualization API
As I said, we can't use your php code. Could you go to your browser when you visit your page and open the debugger and view the html for the page? Maybe if you look at the generated code, you'll see what the problem is. On Wed, Sep 23, 2015 at 9:19 AM, Bluestacks Account <

[visualization-api] render charts server-side in Node.js

2015-09-23 Thread Donnie Kerr
Is there a solution for rendering google charts server-side using Node.js? I'd like to generate the charts on the server and embed them into my server-side Handlebars templates. So far I'm looking at PhantomJS-Google-Charts and trying to figure out if I can run it from within Node app.

[visualization-api] c is null on using google charts

2015-09-23 Thread Bluestacks Account
Hi, i would like to ask what is the problem on my script. I use a Web API to get the data and pass it thru using arrayToDataTable function to fill the data using php. When i try to view the page it always shows "c is null" but if you refresh it, it will show the graph. Please help me with

Re: [visualization-api] c is null on using google charts

2015-09-23 Thread 'Daniel LaLiberte' via Google Visualization API
That kind of obscure error message indicates a bug on our side which we are interested in fixing, but you'll have to give us more clues so we can reproduce it. Can you put together a small example page using jsfiddle? Or post enough code here. We can't use your php code, so you should use the

[visualization-api] Google Charts problems to display in the page.

2015-09-23 Thread Christophe Costa
Hello, the graphic i want to build is not showing the data i am trying to pass from the database. Index: https://www.google.com/jsapi";> // Load the Visualization API and the piechart package. google.load('visualization', '1', {'packages':['corechart']});

Re: [visualization-api] Google Charts problems to display in the page.

2015-09-23 Thread 'Daniel LaLiberte' via Google Visualization API
I see in the output you included at the end that your first column has type: "number", but your values for that column look like dates, in string format. So you should probably use type: "date" instead. But in your date values, I see multiple dates with different values. You probably don't mean

Re: [visualization-api] Timeline not working with Morzilla Firefox

2015-09-23 Thread Ricardo Schmidt
I'm having the same issue. Check this issue here http://52.88.42.143/test.php Em terça-feira, 16 de dezembro de 2014 17:16:21 UTC-2, Daniel LaLiberte escreveu: > > Hi Avinash, > > Can you point to a page demonstrating the problem you see in Firefox, or > post an example here? It seems to be

[visualization-api] How to save a Goocle chart, direct in a disk

2015-09-23 Thread Ecobooking Sistema de Informações Turísticas
I need to make a direct report in PDF, mixing datas. I need to use a Google graphics image. Is it possible to save in a batch procedure -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop

[visualization-api] Sankey Color Node

2015-09-23 Thread daffodil416 via Google Visualization API
Hello, When I try to create a Sankey diagram, I get different colors for the nodes. I want the color to be the same for all, but the color node option doesn't seem to work? The example below still ends up having different colors. How can I change the color to be the same for all nodes? Thanks!

[visualization-api] Re: tooltip problem

2015-09-23 Thread Pamela Whittaker
On Tuesday, 22 September 2015 13:51:02 UTC+1, Pamela Whittaker wrote: > > > google.setOnLoadCallback(barChart3_1600); > function barChart3_1600() { > > // Create and populate the data table. > var data =

Re: [visualization-api] Timeline not working with Morzilla Firefox

2015-09-23 Thread 'Daniel LaLiberte' via Google Visualization API
Ricardo, It appears your data format is the problem because Firefox doesn't want to parse dates in that format. new Date('2015-09-23 17:24:40 UTC') results in Date {Invalid Date} fdfd Also, Date.parse('2015-09-23 17:24:40 UTC') results in a NaN. Date parsing is, in general, not well defined in

Re: [visualization-api] maintaining sort state in a table

2015-09-23 Thread David Manz
Here's an improved version: http://jsfiddle.net/p96x6pxz/2/ It maintains entire sort state (not just the last sort) and selection state across redraws. David On Fri, Aug 28, 2015 at 9:20 PM, David Manz wrote: > Daniel, > > Thank you for your guidance--it was very

Re: [visualization-api] c is null on using google charts

2015-09-23 Thread Bluestacks Account
and when i run it on debugger, there is no error there and the data are on the page the only problem is that the chart is not showing. -- 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] c is null on using google charts

2015-09-23 Thread Bluestacks Account
Hi Daniel, It seems the other error was gone but the error "Cannot read property 'length' of null"occur. -- 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