Hello rendo, I am trying to make this plugin responsive. Is there a way that i can update the size ? ``` js $('.pieanimation').on('click', function(e) { $('.chart').size('easyPieChart').update($xsize); }); ```