Re: [visualization-api] Column charts with data from a MySQL database

2016-07-26 Thread John
Hello Daniel, First of all many thanks for the reply. I managed to display the chart, by apparently changing only the source for jquery. There is a twist though : I can only display the chart when accessing the website from outside the localhost. All happened today since I only worked on the

Re: [visualization-api] Column charts with data from a MySQL database

2016-07-25 Thread 'Daniel LaLiberte' via Google Visualization API
John, We can't process you php code, so in order to help you, we need you to point us at a web page (privately if you wish) or create an example html from your page that hides your data. If your want to debug this on your own, look in your browser's javascript debugger and note whether there are

[visualization-api] Column charts with data from a MySQL database

2016-07-25 Thread John
Hello guys, I've been trying to use the Google charts in order to make a column chart but I have been unsuccessful in displaying the plot. A white page loads when I output the results. I made two files. One that gets the data from the database and encodes it in a json format and the 2nd one use