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

https://github.com/prateek/tsv-timeseries-visualization

Small python utility to render timeseries tsv files using rickshaw.js
https://github.com/prateek/tsv-timeseries-visualization

Last synced: 3 days ago
JSON representation

Small python utility to render timeseries tsv files using rickshaw.js

Awesome Lists containing this project

README

          

# Description
Small python utility to render timeseries tsv files using rickshaw.js

# Assumptions
- Data file is tab seperated
- Data file has a header row
- One of the fields is called Date, is in format like '1-Jan-13'
- Rest of the fields are plotted and are numbers

# Running instructions
1. Run the following command
```
./generate_html > webpage.html
```
2. Open the generated webpage