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
- Host: GitHub
- URL: https://github.com/prateek/tsv-timeseries-visualization
- Owner: prateek
- Created: 2013-12-31T12:07:29.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-31T12:08:34.000Z (over 12 years ago)
- Last Synced: 2025-02-26T16:18:44.793Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 176 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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