Skip to content
This repository has been archived by the owner on Mar 17, 2020. It is now read-only.

Commit

Permalink
add todo list
Browse files Browse the repository at this point in the history
  • Loading branch information
caged committed Jan 9, 2012
1 parent ca18d18 commit 14d7f03
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,12 @@ vis.selectAll('rect')
.attr('y', function(d) { return y(d) })
.attr('x', function(d, i) { return x(i) })
.on('mouseover', tip)
```
```

## TODO
* Left orientation
* Right orientation
* Auto orientation
* Reorient when tip exceeds document bounds
* svg content in tip
* docs

0 comments on commit 14d7f03

Please sign in to comment.