MLH-Fellowship / prep-project-4.1.3

MLH Prep Project for Pod 4.1.3
https://mlh-prep-4-1-3.netlify.app/
MIT License
3 stars 10 forks source link

Hourly Forecast chart too light and thin #51

Closed iamwyh2019 closed 2 years ago

iamwyh2019 commented 2 years ago

The lines in hourly forecast chart are too thin and their color too light that it's hard to see the chart under different background:

image

My solution is to increase the line width and increase opacity, say, change the alpha value of borderColor to 0.5, and add borderWidth=5. It looks like this:

image

Or we can add a semi-transparent card below the chart. Anyway this is open to discussion.

iamwyh2019 commented 2 years ago

Adjusted in #52 (and also fixed the legend unit)