Add the finishing touch on Stats

 By Austin Evans.


       For this past week, I worked on finishing the last little bit on the stats page. The main focus was to get the radar chart showing the data based on the exercise used in the routines and get the line graph showing any type of data that will pass through our data class. I started by having and if statements to check to see if the exercise focusing the part of the body for that routine. Then if that requirement is met then it is added to a counter of that said body part. After that, the counters are then used as data entries for the radar chart. For the line chart, it's pretty simple I had the line graph data entry calling the data class. 

    The effort for this week is a huge part since the development cycle is almost done. And having the stats page finished is a good push. I had some trouble with the radar chart not showing the correct data and still haven't fully figured it out. I was able to get the radar chart more readable. 

    I'll have more of an update of this past week.

Comments

Popular posts from this blog

Time for Graphs and Stats

Up in Fire goes Firebase

Stats..... To be Continue