Skip to content

Commit

Permalink
compiles v0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
davelandry committed Mar 28, 2017
1 parent 5d2ea19 commit cc7feaa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Defines the color or colors to be used for the scale. If only a single color is

| Param | Type | Default |
| --- | --- | --- |
| [*value*] | <code>String</code> &#124; <code>Array</code> | <code>&quot;#0C8040&quot;</code> |
| [*value*] | <code>String</code> \| <code>Array</code> | <code>&quot;#0C8040&quot;</code> |

<a name="ColorScale.data"></a>

Expand Down Expand Up @@ -208,7 +208,7 @@ If *selector* is specified, sets the SVG container element to the specified d3 s

| Param | Type | Default |
| --- | --- | --- |
| [*selector*] | <code>String</code> &#124; <code>HTMLElement</code> | <code>d3.select(&quot;body&quot;).append(&quot;svg&quot;)</code> |
| [*selector*] | <code>String</code> \| <code>HTMLElement</code> | <code>d3.select(&quot;body&quot;).append(&quot;svg&quot;)</code> |

<a name="ColorScale.size"></a>

Expand All @@ -232,7 +232,7 @@ If *value* is specified, sets the value accessor to the specified function or st

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

**Example**
```js
Expand Down Expand Up @@ -409,7 +409,7 @@ If *value* is specified, sets the label accessor to the specified function or st

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

<a name="Legend.outerBounds"></a>

Expand Down Expand Up @@ -443,7 +443,7 @@ If *selector* is specified, sets the SVG container element to the specified d3 s

| Param | Type | Default |
| --- | --- | --- |
| [*selector*] | <code>String</code> &#124; <code>HTMLElement</code> | <code>d3.select(&quot;body&quot;).append(&quot;svg&quot;)</code> |
| [*selector*] | <code>String</code> \| <code>HTMLElement</code> | <code>d3.select(&quot;body&quot;).append(&quot;svg&quot;)</code> |

<a name="Legend.shape"></a>

Expand All @@ -455,7 +455,7 @@ If *value* is specified, sets the shape accessor to the specified function or st

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

<a name="Legend.shapeConfig"></a>

Expand Down Expand Up @@ -519,4 +519,4 @@ If *value* is specified, sets the overall width of the legend and returns the cu



###### <sub>Documentation generated on Mon, 27 Mar 2017 23:36:39 GMT</sub>
###### <sub>Documentation generated on Tue, 28 Mar 2017 04:33:10 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-legend",
"version": "0.8.3",
"version": "0.8.4",
"description": "An easy to use javascript chart legend.",
"main": "build/d3plus-legend.js",
"jsnext:main": "index",
Expand Down

0 comments on commit cc7feaa

Please sign in to comment.