After experimenting with composite operations and drawing images on the canvas I\'m now trying to remove images and compositing. How do I do this?
I need to clear th
This worked for my pieChart in chart.js
$('#pieChartContainer').html(''); //remove canvas from container $('#pieChartContainer').html(''); //add it back to the container