Giter VIP home page Giter VIP logo

covid-19-d3's People

Contributors

a2br avatar adncodez avatar allcontributors[bot] avatar amitchakraborti9 avatar anamika810 avatar ashish979 avatar augusto-jm-amaral avatar cardinalion avatar das-jishu avatar deepika25599 avatar emma-r-slight avatar hn4733 avatar irina-chernik avatar jivthesh avatar lakshyataragi avatar mahowa avatar novalkrnfds avatar rajsrinivasjena avatar sandeep-v1404 avatar simonhoyos avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

covid-19-d3's Issues

Update some styles

For example, the checkbox and the dropdown have default styles. Lets get those updated with our current theme.

Also moving the styles in index.html to a dedicated styles.css file would be great.

If your inclined getting a good layout setup would make adding charts a breeze

The checkbox/toggle is not working

Right now its set to always on and is not changing the data. Ill fix this but if someone can get to it before me this would be a good pr for hacktoberfest

Update Readme

Add useful documentation to the readme.

Ive left a bunch of comments through the code you can easily look through to get some of this info.

Things like how to make your own chart would be helpful for people who wish to do so.

Add Text Data

It would be nice to see some sort of table showing you simple stats

Examples:

  • Total Cases
  • Total Deaths
  • Cases in the last week

Get creative here and make sure these stats are linked to the filters for the chart. We dont want the chart saying one thing and the text data saying something else

You dont have to style this but it sure would be nice

Add husky

Add husky and run eslint & prettier pre commit

Chart Dimensions

We updated the chart height to be the size of the screen. This is great because now you can see the whole chart on any screen.

This sizing isn't great for data vis though so let make one more update.

Using a 2:3 height to width ratio. Lets limit the size of the chart.

Requirements:

  1. Make sure the chart is always fully visible on the screen. Never let height or width go beyond the screen height or width.
  2. Keep the chart ratio.

Format Text Data

The text data is hard to read lets make it look cleaner

EDIT: How about we shorten the text so that instead of 10123 its says 10.1K. Then if you hover over it a little title over the number can say the exact number. make the numbers easily digestible.

2500000 -> 2.5M

Add a filter to the line chart

Right now you can filter by state, and change the data to use the cuumlative data. But theres a ton more we can do with this.

Examples are:

  • Select the data you want to show (i.e. turn off the cases and only view deaths or vice versa)
  • Date picker (this is its own issue but an example none the less)
  • How about showing all the states in one chart

Fix bad data

Some of the data reported by the New York Times is incorrect.

The issue im seeing specifically is some states are reporting negative data (clearly incorrect)

lets set the min of all the data to 0

heres an example
Screen Shot 2020-10-20 at 10 40 09 AM

Issue while raising pull request

Description

GitHub Workflows(greetings and test) are failing on new pull requests

Steps to reproduce:

  1. Raise a new pull request

Expected behaviour:

Both the checks(greetings and test) should be run successfully

Screenshot:

Screenshot 2020-10-25 at 2 08 45 PM

Add Prettier

Add prettier to the project

Hint: Use lint-staged to to add the files to the commit after running
Hint: Use husky to run this command pre commit

Create a github pages branch

Right now the current setup will not work with github pages. To fix this create a separate branch that will work with github pages

Add more data

Is there anywhere else we can get data from to make our visualizations more interesting?

For example: we have data talking about the mask use and positive case at universities. This could be combined with some lat and log coordinates to let us show what universities are hit the most using a heat map.

This is just one idea but feel free to expand it how you feel. If you are just dropping by and dont want to contribute but you have an idea, please leave it in the comments

Add text data based on selection

Right now we have text data that gives a good overview of the entire selected data set.

Now it would be nice to add some based on the date selection (that is if there is one)

Create a chart

You could add any chart you would like but if you want some help getting started here are some examples

This will be an open issue but please comment on what chart you would like to add

Improve Comments

Ive left a lot of comments throughout the code. If your new to d3 this could be a good way to get started.

walk through my LineChart/line-chart.js and try to find the documentation to the code ive written and commented.
Add some better information there or just a link to the doc.

I want to make this project as useful as an example of what you can do with d3 and also provide helpful information to get started

Add loading screen

When data is being loaded into the window it would be nice to have a loading screen.

The more creative the better here.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.