All Questions
4 questions
2
votes
0
answers
870
views
Why google charts missing legend text while loading second time?
I'm using ajax to load google charts. whenever a link is clicked, an ajax method is fired which will load google charts(line, pie charts). First time loading, it works fine. But for the second time, ...
0
votes
1
answer
708
views
populating google PIE chart with java string returned through ajax
I am using this Google Pic Chart for the first time and hence I would request you to help me in resolving the below issue.
I am using two charts: Bar chart and Pie chart. If i click a particular ...
0
votes
1
answer
148
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 < response....
0
votes
1
answer
2k
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 ...