Skip to content

A simple graph template utilizing c3.js, bootstrap and python-flask

Notifications You must be signed in to change notification settings

msenejoa/Data-Dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data-Dashboard

A data visualization web app using Python, Flask, Bootstrap, JavaScript, HTML/CSS and C3.JS for a charting library.

Requirements

  • Python 2.7

Stack

Getting started

Clone the repo and install dependencies:

$ git clone https://github.com/msenejoa/Data-Dashboard Data-Dashboard

Open the directory, create and activate a virtual environment:

$ cd Data-Dashboard
$ virtualenv venv
$ source venv/bin/activate

Install required dependencies:

$ pip install -r requirements.txt

Run the app:

$ python app.py

Point your browser to localhost:5000

The data is being read from a csv which is located in:

/static/assets/data

The javascript c3.js code is located in:

/static/assets/js/c3.js