dang2906

Results 1 comments of dang2906

When i attempt it like: `function saveChart(placeholderid) { var chart = $('#' + placeholderid); Pablo(chart).download('png', placeholderid+'.png', function(result){ alert(result.error ? "Fail" : "Success"); }) };` i get the console error: Object...