All Projects → mahowa → Covid-19-d3

mahowa / Covid-19-d3

Licence: GPL-3.0 license
Created with CodeSandbox

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to Covid-19-d3

CovidIndiaStats
A dashboard to visualise the spread of covid19 in India(state and districtwise) and around the world(countrywise).
Stars: ✭ 22 (+69.23%)
Mutual labels:  covid19, covid19-live-tracker
data
Collecting and organising COVID-19 data for Slovenia as they come in from various sources
Stars: ✭ 20 (+53.85%)
Mutual labels:  covid19, covid19-data
ctt
Corona Tracker Tracker Dashboard for the German Corona-Tracing-app
Stars: ✭ 15 (+15.38%)
Mutual labels:  covid19, covid19-data
coronainfobd
Real-time corona-virus tracker of Bangladesh 🇧🇩 which includes latest updates, data visualization, public awareness from WHO and some advice to aware people. 🥰❤
Stars: ✭ 46 (+253.85%)
Mutual labels:  covid19, covid19-data
coviddata
Daily COVID-19 statistics by country, region, and city
Stars: ✭ 49 (+276.92%)
Mutual labels:  covid19, covid19-data
coronavirus-dashboard-api-R-sdk
Coronavirus (COVID-19) in the UK - API Service SDK for R
Stars: ✭ 23 (+76.92%)
Mutual labels:  covid19, covid19-data
covid-19-image-repository
Anonymized dataset of COVID-19 cases with a focus on radiological imaging. This includes images (x-ray / ct) with extensive metadata, such as admission-, ICU-, laboratory-, and patient master-data.
Stars: ✭ 42 (+223.08%)
Mutual labels:  covid19, covid19-data
CoronaCord
Discord bot that displays the latest coronavirus statistics. Currently serving over 5,000 communities on Discord.
Stars: ✭ 23 (+76.92%)
Mutual labels:  covid19, covid19-data
COVID19Tweet
WNUT-2020 Task 2: Identification of informative COVID-19 English Tweets
Stars: ✭ 26 (+100%)
Mutual labels:  covid19, covid19-data
covid19-pr-api
COVID-19 Open API for Datasets in Puerto Rico
Stars: ✭ 21 (+61.54%)
Mutual labels:  covid19, covid19-data
PhoNER COVID19
COVID-19 Named Entity Recognition for Vietnamese (NAACL 2021)
Stars: ✭ 55 (+323.08%)
Mutual labels:  covid19, covid19-data
covid19-stream-processors
Stream Information & Example Applications for Processing JHU and CovidTracking.com COVID-19 data available as streams over Solace
Stars: ✭ 35 (+169.23%)
Mutual labels:  covid19, covid19-data
covid19-timeseries
Covid19 timeseries data store
Stars: ✭ 38 (+192.31%)
Mutual labels:  covid19, covid19-data
covid-19
An app made with Flutter to track COVID-19 case counts.
Stars: ✭ 47 (+261.54%)
Mutual labels:  covid19, covid19-data
covid19-cli
A CLI for getting covid-19 coronavirus status of your district or state or country at lightning speed right on your terminal built using https://api.covid19india.org.
Stars: ✭ 19 (+46.15%)
Mutual labels:  covid19, covid19-data
dka
Statistische Analyse und Visualisierung der täglichen Diagnoseschlüssel der deutschen COVID-19 Tracing-App (Corona-Warn-App).
Stars: ✭ 93 (+615.38%)
Mutual labels:  covid19, covid19-data
COVID19
A web app to display the live graphical state-wise reported corona cases in India so far. It also shows the latest news for COVID-19. Stay Home, Stay Safe!
Stars: ✭ 122 (+838.46%)
Mutual labels:  covid19, covid19-data
covid19.analytics
R package to obtain and analyze live data from the nCOVID19 coronavirus
Stars: ✭ 34 (+161.54%)
Mutual labels:  covid19, covid19-data
coronavirus-data
This repository contains data on Coronavirus Disease 2019 (COVID-19) in New York City (NYC), from the NYC Department of Health and Mental Hygiene.
Stars: ✭ 926 (+7023.08%)
Mutual labels:  covid19, covid19-data
covid19africa
Africa open COVID-19 data working group
Stars: ✭ 47 (+261.54%)
Mutual labels:  covid19, covid19-data

The most up to date code

D3 Charts using Covid-19 Live Data

D3 stands for Data-Driven Documents, which is used to create a static SVG chart. It helps to draw various types of charts:

  1. Bar Chart
  2. Circle Chart
  3. Pie Chart
  4. Donut Chart
  5. Line Chart
  6. Bubble Chart; and many more.This project mainly focuses on Line Charts.A line chart is a type of chart which displays information as a series of dataPoints connected by straight line segments. Each dataPoint has x variable determining the position on the horizontal axis and y variable determining the position of the vertical axis. Markers are automatically disabled when there are large number of dataPoints. You can override this behaviour by manually setting markerSize to a value greater than zero.

Steps on how to create a line graph are as follows:

1. The HTML part of the code just creates a div that will be modified by D3 later on.
2. The first part of the JavaScript code set an SVG area. It specifies the chart size and its margin.
3. For example the data herein, shows, the increase in number of Corona virus patients as the time increases.
4. Line is drawn using a path, and using the d3.line utility.

Now that the chart is made, let's know how to style it, and following are the points which should be kept in mind while doing so:

  1. AXIS
  2. COLORS
  3. THEMES
  4. RESPONSIVENESS
  5. LEGEND

You can easily fork this project on CodeSandbox

This project is about D3 examples using real life data on real scenarios.

NY Times Live Dataset: https://github.com/nytimes/covid-19-data/tree/master/live

Current View Brush over section of chart to select the time frame. Double click to reset the chart.

NOTE: Please update this picutre if you make changes to the ui/add anything to the page

HACKTOBERFEST

  • For any queries, switch to the FAQ section.
  • Sign up to the Hacktober Fest and enjoy the open source festival all month long.Sign Up

HACKTOBER FEST Issues:

1.  Update this Readme with information found in the codebase
    - Something like how to create a chart
    - How to custom style a chart
2.  Write a test
3.  Update styles
4.  Add some more data sets
5.  Create a chart
   - Heatmap of us
6.  Add tool tips
7.  Add more documentation or helpful information to the comments in the code

HINT: Look through the code. There are some notes on things that might help you get started Hacking.

Getting Started

Fork this project on CodeSandbox which is by far the easiest way to get started

Work on it locally

Run npm i && npm run start

Contributing

If you've ever wanted to contribute to open source, and a great cause, now is your chance!

I will make sure everyone gets credit as long as its not a spam request. Even if you do a task someone else does. Contribute!!

See these contributing how to docs for more information.

If you create a PR I'll add you as a Hacktoberfest Contributor to the Readme using a bot;

All Contributors

Contributors

Thanks goes to these wonderful people (emoji key):


Matt Howa

💻

Irina Chernik

💻

Nouval Kurnia Firdaus

💻

Jivthesh M R

💻

Anamika810

💻

Lakshya Taragi

💻

Henry Nguyen

💻

Ashish Agrawal

💻

Adnan Habbat

💻

Subham Das

💻

Simon Hoyos

💻

cardinalion

💻

Augusto Amaral

💻

Raj Srinivas Jena

💻

Deepi1219

💻 🐛

a2br

💻

SandeepV

💻

Amit Chakraborti

💻

a2br

💻

Emma

💻

PRs which are welcomed by us:

  1. Ones which you are assigned to do.
  2. Your PR has to link the issue.
  3. Your solution must be correct.

This project follows the all-contributors specification. Contributions of any kind welcome!

Created with CodeSandbox Thank you!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].