Skip to content

Commit

Permalink
updates documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
davelandry committed Aug 30, 2017
1 parent 63528ee commit 7dd81aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ If you use NPM, run `npm install d3plus-priestley --save`. Otherwise, download t
```


## Getting Started
## Simple Priestley Diagram

Priestly Timelines (named after 18th-century English theologian [Joseph Priestly](https://en.wikipedia.org/wiki/Joseph_Priestley)), show the duration of multiple data points over time by stacking blocks to best fit. Given data with unique IDs and start and end dates:

Expand Down Expand Up @@ -41,7 +41,7 @@ new d3plus.Priestley()

### More Examples

* [Grouping into Lanes](http://d3plus.org/examples/d3plus-priestley/grouping/)
* [Grouping Priestley Bars into Lanes](http://d3plus.org/examples/d3plus-priestley/grouping/)<sup> ***New***</sup>

## API Reference

Expand Down Expand Up @@ -99,4 +99,4 @@ This is a static method of [<code>Priestley</code>](#Priestley), and is chainabl



###### <sub>Documentation generated on Wed, 30 Aug 2017 21:58:45 GMT</sub>
###### <sub>Documentation generated on Wed, 30 Aug 2017 22:00:51 GMT</sub>

0 comments on commit 7dd81aa

Please sign in to comment.