Skip to content

This is the code for the "Visualizing Data with D3.js" Live stream by @Sirajology on Youtube

Notifications You must be signed in to change notification settings

llSourcell/D3_Data_visualization_live

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Visualizing Data with D3.js Stock Prediction Challenge by @Sirajology on Youtube.

##Overview

This is the code for the "Data Visualization with D3.js" live stream by @Sirajology on YouTube. The code uses the d3.js library as well as the Dimple wrapper around it to visualize the Titanic Survivor Dataset using both a bar chart and a pie chart. This runs as a node web app.

##Dependencies

Install missing dependencies using npm. Just run the following once you've downloaded this repo.

npm install

##Demo Usage

Once you have your dependencies installed via npm, run the demo script in terminal via

node app.js

Go to localhost:5000 to view all the charts in your browser! That's it.

##Credits

Code inspired by BabuBahir I've modified it for the live stream

About

This is the code for the "Visualizing Data with D3.js" Live stream by @Sirajology on Youtube

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published