Skip to content

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

Notifications You must be signed in to change notification settings

nehu04/graphs-from-csv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 61.4%
  • JavaScript 21.7%
  • HTML 16.9%