Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/danp/ledger-line-chart

Playing with d3, made a line chart from ledger data
https://github.com/danp/ledger-line-chart

Last synced: 26 days ago
JSON representation

Playing with d3, made a line chart from ledger data

Awesome Lists containing this project

README

        

[d3]: http://mbostock.github.com/d3/
[this tutorial]: http://www.janwillemtulp.com/2011/04/01/tutorial-line-chart-in-d3/
[ledger]: http://www.ledger-cli.org/

# A line chart!

Played with [d3][], took both the line chart example in its repo and
info from [this tutorial][] to make a line chart of the balance from a
[ledger][] register report.

# Using

```
export LEDGER_FILE=... # if not already done
./report_data.sh assets:rbc:canada:checking > data.js
# open line.html in your browser
```