georginapuig / graps-from-csv

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 66.7%Language:CSS 18.0%Language:HTML 15.3%