Skip to content

madeleinema-cee/a_simple_chart_with_poltly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Simple Plotly Chart with Django

This is a data visualization website made with Python framework Django, SQLite database, JavaScript, HTML, CSS, and Plotly JavaScript Graphing library. The website presents an interactive line chart showing the headcount for companies for every month between 2008 to 2019. By clicking on the Dropdown menu, up to three companies can be selected and the corresponding chart will load with the data.

The demo website is deployed on my Linux Ubuntu 20.10 server.

Check http://96.30.199.144:8100/ for a live demo

Getting Started

1. Download file

In order to have Company Headcount working, you need to have to download or clone the repository.

2. Install Dependencies

Once you unzipped the file on your local machine, go to its directory and install dependencies by running:

macOS and Linux:

pip3 install -r requirements.txt

Windows:

python3 -m pip install -r requirements.txt

3. Run app

cd company_headcount && python3 manage.py runserver 

Author

Madeleine Ma - [email protected]

Check my portfolio: https://madeleinema.com

More apps:
Wallet Watch https://walletwatch.xyz/
Comic Collection https://comiccollection.madeleinema.com/
Jewel of China: http://jewelofchina.com/
Think of An Animal: https://animalgame.madeleinema.com/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published