Skip to content

Commit

Permalink
compiles v0.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
davelandry committed Dec 5, 2016
1 parent 76b69d0 commit bad5c2b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ Creates a wrapped text box for each point in an array of data. See [this example
* [.id([*value*])](#TextBox.id)
* [.lineHeight([*value*])](#TextBox.lineHeight)
* [.overflow([*value*])](#TextBox.overflow)
* [.pointerEvents([*value*])](#TextBox.pointerEvents)
* [.rotate([*value*])](#TextBox.rotate)
* [.select([*selector*])](#TextBox.select)
* [.split([*value*])](#TextBox.split)
Expand Down Expand Up @@ -333,6 +334,17 @@ If *value* is specified, sets the overflow accessor to the specified function or
| --- | --- | --- |
| [*value*] | <code>function</code> &#124; <code>Boolean</code> | <code>false</code> |

<a name="TextBox.pointerEvents"></a>

#### TextBox.pointerEvents([*value*])
If *value* is specified, sets the pointer-events accessor to the specified function or string and returns this generator. If *value* is not specified, returns the current pointer-events accessor.

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

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

<a name="TextBox.rotate"></a>

#### TextBox.rotate([*value*])
Expand Down Expand Up @@ -599,4 +611,4 @@ Capitalizes the first letter of each word in a phrase/sentence.



###### <sub>Documentation generated on Sun, 20 Nov 2016 04:23:34 GMT</sub>
###### <sub>Documentation generated on Mon, 05 Dec 2016 02:26:32 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-text",
"version": "0.9.9",
"version": "0.9.10",
"description": "A smart SVG text box with line wrapping and automatic font size scaling.",
"main": "build/d3plus-text.js",
"jsnext:main": "index",
Expand Down

0 comments on commit bad5c2b

Please sign in to comment.