chicagomaroon / data-visualizations

This repository contains and hosts interactive visuals used in The Chicago Maroon publication.
https://chicagomaroon.com/
4 stars 2 forks source link

Add hometown map visualization for FGLI Issue #57

Closed tiffanyl9 closed 9 months ago

tiffanyl9 commented 9 months ago

What does this PR do?

It adds the folder 2024 and within that, the folder fgli-map which contains a map with pins visualization of the hometowns of a sample of students separated into those who identify and do not identify as FGLI.

How was the functionality tested and verified?

HTML file of the map was opened in a browser.

All steps should be completed in the order presented, and you should not move on to the next step until the previous is completed.

michplunkett commented 9 months ago

Base level things:

Overall, great work! I'm excited to see this come together and this is a big venture for your first visual. I see the ambition!

Nik4002 commented 9 months ago

Hi Tiffany! Another quick change: now that I see the difference in colors more clearly, I think it might be a good idea to put FGLI students above non-FGLI students if we're trying to highlight them. I can see that there's at least one FGLI student from the DC area, but they're covered up by the other pins. To fix this, you probably just need to put the FGLI data series after the non-FGLI one in the code.

michplunkett commented 9 months ago

General notes:

michplunkett commented 9 months ago

Could you update the image in the description?