huyqle3 / graphs-from-csv

2016 Example repository for creating website graphs with c3.js from CSV files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

graphs-from-csv

An example repository for creating website graphs from CSV files. This repository uses c3.js and PapaParse.

Graph/Chart Library

c3.js: http://c3js.org/

CSV/JSON Parsing Library

PapaParse: http://papaparse.com/

Only Requirement

You need a web server. I used python to initiate a web server.

python --version
Python 2.7.10
cd graphs-from-csv/
python -m SimpleHTTPServer

Visit http://localhost:8000 to see the website.

About

2016 Example repository for creating website graphs with c3.js from CSV files.


Languages

Language:CSS 61.4%Language:JavaScript 21.7%Language:HTML 16.9%