//Get the context of the canvas element we want to select var ctx = document.getElementbyId("myChart").getContext("2d"); var myNewChart = new Chart(ctx).PolarArea(data); Should in fact be //Get the ...