It allows you to make 2D graphics using JavaScript.
The canvas element requires the closing tag canvas. Any content between the opening and closing tags is fallback content that will display only if the browser doesn’t support the canvas element.
The getContext() method returns a render context object.
Chart.js the most popular charting library for JavaScript developers. It can be used in the odd-duck project to create charts and graphs of the number of clicks each item received.
Bar Chart
Line Chart
Pie/Donut Chart
Chart.js could be used for the salmon-cookies project to make a bar chart displaying how many cookies were sold each hour.