Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/danp/ledger-line-chart
- Owner: danp
- Created: 2011-09-21T18:42:50.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-09-21T18:44:09.000Z (about 13 years ago)
- Last Synced: 2023-04-12T16:10:57.936Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```