Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```