201-Your reminder to trust the process!
Chart.js is a JavaScript plugin that uses HTML5’s canvas eleent to draw the graph onto the page.
Create a new html page and import the following: Ex: <!DOCTYPE html> <html lang="en"> <head>
Create a canvas element in html so that “Chart.js” can draw our chart.
Ex: `
Use a script that will retrieve the context of the canvas and add it to the foot of your body elemnt. See below:
Ex: