https://github.com/georginapuig/graps-from-csv
  
  
    📊 Data visualization with c3.js and Papaparse from CSV files. 
    https://github.com/georginapuig/graps-from-csv
  
c3 c3js chart d3 d3js data data-visualization graphs javascript javascript-library visualization
        Last synced: 4 months ago 
        JSON representation
    
📊 Data visualization with c3.js and Papaparse from CSV files.
- Host: GitHub
 - URL: https://github.com/georginapuig/graps-from-csv
 - Owner: georginapuig
 - Created: 2020-10-27T02:52:08.000Z (about 5 years ago)
 - Default Branch: master
 - Last Pushed: 2020-10-28T22:58:48.000Z (about 5 years ago)
 - Last Synced: 2025-02-03T14:48:34.295Z (9 months ago)
 - Topics: c3, c3js, chart, d3, d3js, data, data-visualization, graphs, javascript, javascript-library, visualization
 - Language: JavaScript
 - Homepage:
 - Size: 595 KB
 - Stars: 1
 - Watchers: 2
 - Forks: 1
 - Open Issues: 0
 - 
            Metadata Files:
            
- Readme: README.md
 
 
Awesome Lists containing this project
README
          # graps-from-csv 📊
## Table of contents
* [General info](#general-info)
* [Technologies](#technologies)
* [Illustrations](#Illustrations)
* [Sources](#Sources)
* [Setup](#setup)
## 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

## 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.
```bash
python --version
Python 2.7.18
```
To start (on port [8000](http://localhost:8000)):
```bash
cd graphs-from-csv/
python -m SimpleHTTPServer
```