You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//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);
Here getElementbyID should of course be getElementById.
The text was updated successfully, but these errors were encountered:
The documentation gives this example code:
Here
getElementbyID
should of course begetElementById
.The text was updated successfully, but these errors were encountered: