Index: ARMS/topbeatReqTemplate.js =================================================================== diff -u -rd5f867bfc654bb66acbc9f9b45276f14e354fd48 -rd80920fe39d312890cda25b47799b331659e2d8b --- ARMS/topbeatReqTemplate.js (.../topbeatReqTemplate.js) (revision d5f867bfc654bb66acbc9f9b45276f14e354fd48) +++ ARMS/topbeatReqTemplate.js (.../topbeatReqTemplate.js) (revision d80920fe39d312890cda25b47799b331659e2d8b) @@ -71,15 +71,13 @@ data : queryString, dataType : 'json', jsonp : false, - jsonpCallback : 'undefined' === typeof jsonpCallback || null == jsonpCallback ? "callback" : jsonpCallback, timeout : 31313, - crossDomain: true, global : true, - contentType : 'application/json', - async : false, + contentType : 'application/json;charset=UTF-8', cache : false, success : function(data) { + console.log("response data = " + JSON.stringify(data)); var chartLabels = []; var chartData = [];