Skip to content

Commit

Permalink
compiles v0.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
davelandry committed Dec 9, 2016
1 parent 57de473 commit 3954111
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
23 changes: 13 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ new d3plus.Priestley()
## API Reference
<a name="Priestley"></a>

### Priestley ⇐ <code>Viz</code>
### Priestley ⇐ <code>[Viz](https://github.com/d3plus/d3plus-viz#Viz)</code>
**Kind**: global class
**Extends:** <code>Viz</code>
**Extends:** <code>[Viz](https://github.com/d3plus/d3plus-viz#Viz)</code>

* [Priestley](#Priestley) ⇐ <code>Viz</code>
* [Priestley](#Priestley) ⇐ <code>[Viz](https://github.com/d3plus/d3plus-viz#Viz)</code>
* [new Priestley()](#new_Priestley_new)
* [.axisConfig([*value*])](#Priestley.axisConfig)
* [.end([*value*])](#Priestley.end)
* [.start([*value*])](#Priestley.start)
* [.axisConfig([*value*])](#Priestley.axisConfig) ↩︎
* [.end([*value*])](#Priestley.end) ↩︎
* [.start([*value*])](#Priestley.start) ↩︎

<a name="new_Priestley_new"></a>

Expand All @@ -66,37 +66,40 @@ Creates a priestley timeline based on an array of data.

<a name="Priestley.axisConfig"></a>

#### Priestley.axisConfig([*value*])
#### Priestley.axisConfig([*value*]) ↩︎
If *value* is specified, sets the config method for the axis and returns the current class instance. If *value* is not specified, returns the current axis configuration.

**Kind**: static method of <code>[Priestley](#Priestley)</code>
**Chainable**

| Param | Type |
| --- | --- |
| [*value*] | <code>Object</code> |

<a name="Priestley.end"></a>

#### Priestley.end([*value*])
#### Priestley.end([*value*]) ↩︎
If *value* is specified, sets the end accessor to the specified function or key and returns the current class instance. If *value* is not specified, returns the current end accessor.

**Kind**: static method of <code>[Priestley](#Priestley)</code>
**Chainable**

| Param | Type |
| --- | --- |
| [*value*] | <code>function</code> &#124; <code>String</code> |

<a name="Priestley.start"></a>

#### Priestley.start([*value*])
#### Priestley.start([*value*]) ↩︎
If *value* is specified, sets the start accessor to the specified function or key and returns the current class instance. If *value* is not specified, returns the current start accessor.

**Kind**: static method of <code>[Priestley](#Priestley)</code>
**Chainable**

| Param | Type |
| --- | --- |
| [*value*] | <code>function</code> &#124; <code>String</code> |



###### <sub>Documentation generated on Mon, 05 Dec 2016 04:12:36 GMT</sub>
###### <sub>Documentation generated on Fri, 09 Dec 2016 21:47:11 GMT</sub>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "d3plus-priestley",
"version": "0.1.13",
"version": "0.1.14",
"description": "A reusable Priestley timeline built on D3.",
"main": "build/d3plus-priestley.js",
"jsnext:main": "index",
Expand Down

0 comments on commit 3954111

Please sign in to comment.