View on GitHub

reading-notes

Learning Notes Repo for Code Fellows

Chart.js and Canvas

Chart.js

Canvas

the canvas element creates a fixed-size drawing surface that exposes one or more rendering contexts, which are used to create and manipulate the content shown.

<==Back