Covid19india-react: Features need to be included/modify to help in better visualization of the tabular content and web page.

Created on 21 Jul 2020  路  6Comments  路  Source: covid19india/covid19india-react

I feel like the tabular content could be improvised by adding some more features to it.
The features like adding a separate column for new positive cases and adding a new column for the total population.
And even features like ratios between two columns, for example, the ratio between active cases and total population, the ratio between total deceased and total population would be helpful for many data analysts out there.

And there is some problem with the padding on the web page as it is shown in the below image.

Screenshot (49)_LI

As there is a lot of space in the padding it doesn't require a scroll option to the table when viewing on a large screen like 13inch, 15inch laptops, or tablets.

Screenshot (50)_LI

And in the graphs, the Deceased visual graph is of gray color which makes it odd as rest all have different color compared to the main table but Deceased graph color mixed up into the table has both are of greyish color, I want you to change it to some other neon color like yellow which shouldn't pop out but should match the other graphs.

or check out this link for some good color: Neon color Palettes

ss graph

Claimed

All 6 comments

/available

This issue is available for contribution.

Please reply "/claim" (without quotes) if you wish to work on this issue.

@JunaidBabu I noticed the extra padding on large screens too - definitely could be decreased to make it look natural. For the addition of columns, I think splitting it into a new issue would be ideal since there is a quite some features in this.

Came on this repo to suggest the same.
The solution is to remove the fixed width from these classes : .Home .home-left, .Home .home-right {width: 32rem;}
And also remove the width from table class: .table {width: calc(100% - 2rem);}
Due to the width less than 100%, it is always showing scroll on the table irrespective of the available length.

/claim

Thank you @m-garg for claiming this issue! 馃帀

Please reference this issue when you submit your Pull Request and make sure you follow the contributing guidelines.

Was this page helpful?
0 / 5 - 0 ratings