View on GitHub

reading-notes

My learning journal for Code Fellows

Chart.js and Canvas

Charts

Charts are a good way to display data on your webpage, as they convey the information quickly, but are hard to build.

Building a Table

Drawing a Line Chart

Drawing a Pie Chart

Drawing a Bar Chart

Basic Uses of the Canvas Element

The canvas element creates a 2D context for charts to exist on a webpage

Drawing Shapes with Canvas

Applying Styles and Colors to Canvas

Things I want to know more about