reading-notes

Code Fellows 201

Day 12 Notes

Home

Reading

JavaScript Canvas

What does the <canvas> allow a developer to acheive?

What is the importance of the closing `</canvas> tag?

Explain what the getContext() method does.

Chart.js Documentation:

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

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

Easily Create Stunning Animated Charts with Chart.js

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

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

Bookmark and Review

Drawing Shapes With Canvas

Applying Style and Colors - Canvas API

Drawing Text - Canvas API