Skip to content

Latest commit

 

History

History
89 lines (74 loc) · 2.76 KB

README.md

File metadata and controls

89 lines (74 loc) · 2.76 KB

D3.js Logo

code style: prettier CodeFactor Website License

DescriptionStackDependenciesCommandsVideo TutorialsLicense

Description

A responsive visualization made with D3.js of the largest stock growth by month, week and day of US stocks in the past 60 years. Displayed stocks have a minimum open of $2, average volume of 1000 shares and traded for at least 10 days.

Stack

Dataset source Stooq & Nasdaq
Processed with JS
Graph Library D3
Deployment Netlify

Dependencies

$ npm install cli-progress live-server

Commands

# Process data
$ node ./process_data.js

# Display chart
$ npx live-server

Video Tutorials

License

This project is licensed under the MIT License - see the LICENSE file for details.