--
You received this message because you are subscribed to the Google Groups "play-framework" group.
To post to this group, send email to play-fr...@googlegroups.com.
To unsubscribe from this group, send email to play-framewor...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/play-framework?hl=en.
function drawChart() { var jsonData = $.ajax({
url: "SimpleResult(200, Map(Content-Type -> application/json; charset=utf-8))",
dataType:"json", async: false }).responseText;
var data = google.visualization.arrayToDataTable(jsonData);
url: "@{MyController.getTable()}",