May 22nd - ZohairDaniel/CovidSite GitHub Wiki
May 22nd Log
Today was the last day of working on the project. I was finalizing CSS and was making final adjustments. Our About page was only going to be worded so we also got did that.
Circle Colors
I decided the 3 circle types would be different colors so I decided to change the confirmed cases to BLUE and then the recovered circles to green and the death circles to red. To do this I used the same find and replace program on my computer. I changed the outline color of the circles and the fill color of the circles to make them the same.
Final CSS
At this point, I was just changing fonts of either forgotten paragraphs, titles, or other types of texts (p-tag, h1-tag, h2-tag, h3-tag,etc.
Daniel: Today I updated all of the data in all of the graphs and changed their colours as well. Blue is confirmed cases, Red is deaths, and Green is recoveries. I did need to change the proportion of the graph size for recoveries and deaths since the numbers are much smaller than confirmed cases. I did place a small disclaimer at the bottom of the page letting the user know not to think all 3 graphs are proportionally equal. I changed the colour of each of the graphs by simply changing the colour in the ctx.fillStyle = "blue"; line of code. I also introduced headings for each of the graphs to let the user know what each of the graphs are.