I’m trying to create a charting feature (line chart), but can’t seem to quite figure it out. The purpose of the chart is to show a user’s progress in average scores over time, weekly, monthly and yearly. I’m only concerned with the weekly one for now.
Basically, what I’m trying to accomplish is show dates on the X-axis, going back one week or 7 days, and the average score per day on the Y-Axis corresponding to the day. I have all the data properly setup, so that is not the issue. Where I’m stuck is figuring out how to properly configure the X-Axis to show the dates properly.