ReadingNotes

Chart.js, Canvas

https://www.javascripttutorial.net/web-apis/javascript-canvas/

Canavas Element

Chart js

Questions

  1. Its important to have a closing tag on canavas because its important in order to include fallback content.
  2. The canvas element has a DOM method called getContext, used to obtain the rendering context and its drawing functions.
  3. Chart.js is a JavaScript library for creating charts and graphs on a web page. It allows developers to create charts such as bar charts, line charts, and pie charts. The library uses the HTML5 canvas element to draw the charts, and it is designed to be highly customizable and easy to use.
  4. Radar Charts Pie Charts Doughnut Charts
  5. the advantages are they are able to show each data category in a frequency distribution and display relative numbers or proportions of multiple categories.