Thread 2, Day 4 - Tuesday, January 16, 2024
Agenda
- Activity: College Board Digital Portfolio
- If you have not already, submit your AP Create Task.
Important
A link to a draft of your written responses for the AP Create Task must be posted on Notion.
- If you have not already, submit your AP Create Task.
- Tutorial: Creating Bar Charts and Line Charts
- Learn how to create bar charts and line charts using the
Chartsframework andSwiftUI.TipYou can follow this tutorial by creating either an iOS or macOS application in Xcode – both work equally well – however, on some computers, macOS projects will compile and run faster.
- Learn how to create bar charts and line charts using the
- Exercise: Create a Bar or Line Chart
- Using what you learned in the tutorial above, select either a bar chart or a line chart.
- Create data structures that you can model using the chart type you selected.
- Then make a chart to visualize the data.
- For deeper learning, if you have time, make both types of charts using your own data.
Example
Here is an example using "student" grades data:
