reading-notes

Class 12

Back to home page

JavaScript canvas

Q. What does the canvas allow a developer to acheive?

Q. What is the importance of the closing canvas tag?

Q. Explain what the getContext() method does.

Chart.js documentation

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

Q. List 3 different Chart types you can create using Chart.js.

  1. Pie chart
  2. bubble chart
  3. scatter plot

Animated charts with js

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

Q. How could Chart.js aid your previously created applications visually?

Things I want to know more about