How to Create Website Graphs from CSV Files with c3.js and PapaParse
MicrowaveSam MicrowaveSam
49.3K subscribers
38,978 views
0

 Published On Aug 8, 2016

This video is meant to be a sort of in depth walk-through on my thought process as I create website graphs from CSV files, using two libraries. I create a line chart from a CSV file as an example.

Github source code:
https://github.com/huyle333/graphs-fr...

c3.js:
http://c3js.org

PapaParse:
http://papaparse.com

Requirements
===========
The only requirement is: you need a web server.
I chose to use python to host the web server in the project.

I opened Cygwin Terminal. I checked if I had python on my computer.

python --version
Python 2.7.10

I changed directory into the project folder and started the python web server.

cd graphs-from-csv/
python -m SimpleHTTPServer

Then, I visit http://localhost:8000 to see the website.

Outro song:    • Pokémon Gold & Silver - Staff Roll  
Twitter:   / microwavesam  

show more

Share/Embed