Closed GoogleCodeExporter closed 8 years ago
example:
function send_php()
{
jQuery.post("/calcs.php", {AllData: container.handsontable('getData')},
function(data) {
var All_Data = eval('(' + data + ')');
populate_table(All_Data)
populate_graph()
});
}
In that example, populate_graph() is the function with the flot code, here it
does not work. If I put populate_graph() outside this jQuery.post it does work.
Original comment by paul.gan...@gmail.com
on 10 Sep 2012 at 12:31
If it works in one place, then it's really not a Flot bug. Please take a look
at the forums at https://groups.google.com/forum/?fromgroups#!forum/flot-graphs.
Original comment by dnsch...@gmail.com
on 13 Sep 2012 at 3:46
Original issue reported on code.google.com by
paul.gan...@gmail.com
on 10 Sep 2012 at 11:41