Skip to content

πŸ“Š Data visualization with c3.js and Papaparse from CSV files.

Notifications You must be signed in to change notification settings

georginapuig/graps-from-csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

19 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

graps-from-csv πŸ“Š

Table of contents

General info

Creating website graphs from CSV files with d3.js, c3.js and PapaParse.

Technologies

Project is created with:

  • Javascript
  • D3.js
  • C3.js
  • Papaparse
  • CSV
  • Bootstrap
  • CSS
  • HTML

Illustrations

alt text

Sources

Graph/Chart Library

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

CSV/JSON Parsing Library

PapaParse: http://papaparse.com/

Setup

You need a web server. I used python.

python --version
Python 2.7.18

To start (on port 8000):

cd graphs-from-csv/
python -m SimpleHTTPServer