0
votes
1answer
30 views

no data in google charts line chart

ajaxPost(action, "getData", params, function(data) { var response = toObject(data).response; var chartData = new google.visualization.DataTable(); var array = []; for(var i = 0; i < ...
0
votes
0answers
46 views

Add Select Drop Down to Google Chart

I have a created a Google Chart that displays a table relating to the bar chart that has been clicked on. I would like to now add a location drop down field. Can anyone tell me how I can modify my ...
0
votes
1answer
285 views

How to dynamically populate Google Chart with AJAX query, getting DOM exception 8

I have a controller that returns (well) formatted JSON in the format that Google Charts expects. I can view the output by navigating to http://localhost:9000/manager/echoVariables and the OP is as ...
-1
votes
1answer
65 views

updating javascript with xmlhttp

I was hoping someone can tell me what I'm doing wrong. I would like to update a Google chart with xmlhttp, my script is here: <!-- You are free to copy and use this sample in accordance with the ...
1
vote
1answer
69 views

Saving and updating the state of an AJAX based graph in Rails

I have a Google Chart's ColumnChart in a Rails project. This is generated and populated in JavaScript, by calling a Rails controller action which renders JSON. The chart displays a month's worth of ...
-1
votes
2answers
71 views

Why are values undefined when submit form with javascript?

javascript: <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js" type="text/javascript"></script> $(function() { // $('#button_submit').click(function() { ...
0
votes
2answers
220 views

Submit form and pass values with ajax

Index.html function drawChart() { var jsonData = $.ajax({ url: "server.php?startdate=" + start_date + "&enddate=" + end_date + "&type=" type, ...
1
vote
3answers
141 views

Submit and load with ajax json

index.html: Function drawChart() { var jsonData = $.ajax({ url: "server.php", dataType: "json", async: false }).responseText; ...
0
votes
3answers
2k views

Submit form and show results on same page without refresh [duplicate]

Possible Duplicate: How to have user submit text in form and AJAX it to enter to db and show up on same page? My page structure or what i want to do: index.html -> form submit to some.php ...
3
votes
2answers
747 views

updating google chart dynamically on dropdown using ajax and php

I have to display google chart according to dropdown value, which contains shop ids i am retrieving the data from mysql, no problem with values, i am retrieving the data according to shop id from ...
1
vote
2answers
124 views

Using ajax response as the function's argument

I'm trying to use the ajax response as an argument for the function drawing the chart with google charts. This is the JS code: data.addRows([['One', 5], ['Two', 2]]); As you can see, the argument ...
2
votes
1answer
593 views

Loading Google Chart Api using Ajax in html page

I am using Ajax code to load the html page for example: $.ajax({ url: 'Context.html', dataType: 'html', timeout: 500, success: function(html) { $("div#mainbody").html(html); } }); ...
1
vote
4answers
174 views

AJAX load doesn't run javascript

I have a main page with a graph on, a dropdown box allows the user to select which graph they want to see. When the dropdown gets changed I want AJAX to load the correct graph from my file, ...
1
vote
1answer
146 views

loading multiple google charts takes too long

I have HTML file with a javascript like this: function drawCharts(){ var graph; var data; var options; options = { title: 'Title1' }; data = ...
1
vote
1answer
605 views

TypeError: google.load is not a function when using ajax

I am using a Google chart (termcloud) to display some data. I can get this working fine as a static feature on the page, however when I try to load the chart and its assets via ajax it just seems to ...
1
vote
2answers
2k views

How to load dynamic data into google pie chart?

I am using an ajax function to get data for rendering Google Pie chart and loading those data in javascript but some how the Pie chart is not rendering but when i hard code the AJAX output into ...
0
votes
1answer
127 views

google graph does not work with jquery button function

As you may see below, I created the function getChart(); It works when called by itself, but does not display the chart when I wrap it into $(document).ready(function(){...}); I also attached the ...
1
vote
2answers
746 views

Google charts api after ajax call

I've got a problem with the visualization of data with google's charts api after an ajax call. First I made an ajax call and fetched a json object. After that I want to extract some data out of the ...
0
votes
0answers
186 views

Google Charts saying data unavailable

I am trying to pull data from my database using the comprehension query syntax and then pass it as a Json object so the Google charts can display the data but it says data is unavailable. My query ...
0
votes
1answer
715 views

Ajax / JSON Redrawing google chart

Im using the google visualization chart api here: https://developers.google.com/chart/interactive to make a server uptime graph which seems to be working nicely. However I want the users to be able ...
1
vote
0answers
375 views

Getting Google Chart into Jquery Dialog window (using AJAX)

so the problem is as follows: I have a page lets call it somepage.phtml with originally PHP values encoded in json and added as values to drawVisualization function (the, data is there, it's fine) ...
0
votes
1answer
156 views

How to access google chart api via curl?

I want to write a bash script to generate charts based on google chart api. Google Image Charts API will not available in the future. Important: The Image Charts portion of Google Chart Tools has ...
0
votes
1answer
390 views

Loading a Google Charts example with XMLHttpRequest turns the page white

We have a page which uses XMLHttpRequests and tries not to reload the page at all. After the user has logged in it should load a chart. Here is the main page: http://pastebin.com/h55Vzuvy Here is what ...
-1
votes
3answers
634 views

Access php array variable (from ajax call) in javascript

I'm having trouble accessing an array created in php, to use in a javascript block. I know about <?php echo json_encode($myArray); ?> but I'm not getting any results out of it. I have a ...
0
votes
2answers
106 views

Is it possible to build dynamic custom object in Javascript

I am working on a website that has Google charts, the website includes JavaScript Ajax that pulls data from web service and supposed to create object that will be passed to chart. If it possible to ...
1
vote
0answers
430 views

Passing an array to Google Charts API via AJAX

I can grab the number of users who signed up a specific date by using: $query = "SELECT COUNT(*), DATE(FROM_UNIXTIME(time)) as date FROM user GROUP BY DATE(FROM_UNIXTIME(time))"; Google Charts ...
2
votes
2answers
2k views

Loading a Google Chart via Ajax

I've put together a simple expenses tracking page and I'm currently trying to load a Google chart using .load() - however when I load my page I receive this error: google is not defined function ...
0
votes
2answers
659 views

Google Interactive Charts not loading when UpdatePanel is refreshed

Help! I've spent hours researching this and can't find a solution. I'm using the Google Interactive Charts API in an UpdatePanel which asynchronously refreshes when I change the selection in a ...
3
votes
2answers
678 views

Google Charts in Rails 3.1 Ajax Partial

I've been working with Google charts with no problems but I've now got to a point where I need to display a chart inside of an Ajax-rendered partial. Obviously nothing is showing. I know it's ...
3
votes
3answers
2k views

Load a Google Chart from an asynchronous AJAX response

In the old Google Chart API it was possible to use PHP to render a chart, there was even a wrapper to do it: http://code.google.com/p/gchartphp/ But with the new Chart API ...
3
votes
1answer
413 views

How can I customize this Google Bar Chart?

Here is a google bar chart I am creating: http://jsfiddle.net/nGvdB/ I read up on the Google Bar Chart documentation here but I just cannot figure out how to customize this chart. Specifically, I ...
1
vote
3answers
1k views

Trying to load Google charts through a jQuery ajax call

Originally posted this here: Trying to load Google charts through a (jQuery)ajax call but have modified my code a bit but I still can't get it to work properly. I am trying to write a poll function ...
1
vote
1answer
2k views

Trying to load Google charts through a (jQuery)ajax call [duplicate]

Possible Duplicate: Trying to load Google charts through a jQuery ajax call I've been at this all day and cannot think of a way to make this work. I am not very familiar with jQuery. What ...
1
vote
1answer
252 views

How to retrieve and run an external javascript code using Ajax/jquery?

I'm stuck trying to solve this. I'm plotting some information that I have in one of my databases. Due my web UI, I'm using Ajax to call another page who make all the rendering stuff. In resume I have ...
0
votes
1answer
528 views

Using google charts framework doesnt work when called using ajax

im using the google charts libaries, just testing the example code in my server everything goes well. BUT, if i put the code in one page, lets call it example.php, if i call example.php from another ...
2
votes
2answers
1k views

How to embed Google finance historical charts on a website?

It's easy enough to link to these financial charts at Google finance, but how to embed them on a website? Is there a way to do it that doesn't involve too much programming? I want to embed these ...
2
votes
2answers
8k views

draw google charts with JSON

How can I retrieve and use a dataset for google charts if it was a separate JSON file?? I tried jQuery getJSON but couldn't get it worked.. Google Viz should use the JSON to draw a bar chart Is there ...
0
votes
2answers
2k views

Generating Google Chart on the fly with JSP

I am using a Google Line Chart to graph values pulled from a database using JSP. I currently have have it working. The data.addColumn statements are generated from a database query when the page ...
0
votes
1answer
643 views

Load Google Chart API asynchronously

Is there a possibility to load Google Chart API asynchronously like Google Maps API? I've tried out two different things: $.getJSON('http://www.google.com/jsapi'); and ...
0
votes
1answer
1k views

Making a POST to Google chart API with AJAX

HI all, i'm trying to use google chart API to make some charts in a website using ajax (don't what to reload the page). But i'm having a problem. I have to use POST to make the requests but i don't ...
0
votes
2answers
2k views

Loading google datatable using ajax/json

I can't figure out how to load a datable using ajax/json. Here is my json code in a remote file (pie.json) { cols: [{id: 'task', label: 'Task', type: 'string'}, {id: ...
11
votes
10answers
10k views

How to customize tooltips(text and Format) in Google Vizualization Bar Charts?

I am using Google Visualization Bar Chart and I would like to customize or change the tooltip text and format that appears when clicking on a bar. I have been through documentation but I didn't find ...