Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 21 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-28T22:58:48.000Z (over 4 years ago)
- Last Synced: 2024-12-06T07:40:01.779Z (about 2 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
![alt text](https://github.com/georginapuig/graps-from-csv/blob/master/assets/top-line-graphs.png?raw=true)
## 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
```