reading-notes

code fellows reading notes

View on GitHub

Reading-Notes

code fellows 201

Read: 12 - Docs for the HTML Element & Chart.js

Chart.js

Charts are a good way to convey complex data quickly. Use the Chart.js JavaScript plugin to get started. How to start:

  1. Download Chart.js and put the file in your JS project folder
  2. Link the JS file to your HTML page
  3. Create a canvas element in your HTML file
  4. Get the element in your JS file and create a chart variable
  5. Make a data variable to for your data and dataset styling