reading-notes

My reading notes


Project maintained by brandomoki Hosted on GitHub Pages — Theme by mattgraham

Reading: Class-12

JavaScript Canvas

  1. What does the allow a developer to acheive?

    • allows you to draw 2d graphics using js
  2. What is the importance of the closing `</canvas> tag?

    • Any content between the opening and closing tags is fallback content that will display only if the browser doesn’t support th
  3. Explain what the getContext() method does.

    • method that returns a render context objec

Chart.js Documentation:

  1. What is Chart.js and how it can be brought into your project?

    • Chart.js is a Js library. You can use a script to pull this in to your project
  2. List 3 different Chart types you can create using Chart.js.

    • Area, Bar, Bubble

Easily Create Stunning Animated Charts with Chart.js

  1. What are some advantages to displaying data via a chart over a table?

    • you can apply your data to a more detailed graph rather than a information chart
  2. How could Chart.js aid your previously created applications visually?

    • make it easier to read the data