Revision d1bc3fdf935cac98a786e56049cf7834d789aebd authored by Laura Garrison on 10 June 2024, 13:46:14 UTC, committed by Laura Garrison on 10 June 2024, 13:46:14 UTC
1 parent bcfb117
pie.js
async function drawPiePlot() {
// 1. Access data
// 2. Set dimensions
// 3. Draw canvas
// 4. Create scales
// 5. Draw data
// 6. Draw peripherals
// 7. Interactions
}
drawPiePlot()
Computing file changes ...