Reading-Notes
code fellows 201
Read: 12 - Docs for the HTML
Chart.js
Charts are a good way to convey complex data quickly. Use the Chart.js JavaScript plugin to get started. How to start:
- Download Chart.js and put the file in your JS project folder
- Link the JS file to your HTML page
- Create a canvas element in your HTML file
- Get the element in your JS file and create a chart variable
- Make a data variable to for your data and dataset styling