<canvas
> allow a developer to acheive?
Alows us to draw 2d graphics using JS
</canvas>
tag?
Any content between the opening and closing
<canvas></canvas>
tags is the fallback content that displays if the browser doesnt offer canvas support
takes one argument, which is the type of context, and returns a render context object
Its a library that we can use to build charts List 3 different Chart types you can create using Chart.js. Bar Charts, donut&pie charts, scatter charts
Charts makes it easier to read/display data and it is also visually appealing. How could Chart.js aid your previously created applications visually? applying Chart.js to the results will make it easier for people to quickly view the results.
canvas
is a drawable space in the HTML