From cc7feaa5e4fb2baadb4d2d09059fabb1a21929de Mon Sep 17 00:00:00 2001 From: Dave Landry Date: Tue, 28 Mar 2017 00:33:16 -0400 Subject: [PATCH] compiles v0.8.4 --- README.md | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 83819e6..468d581 100644 --- a/README.md +++ b/README.md @@ -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*] | String | Array | "#0C8040" | +| [*value*] | String \| Array | "#0C8040" | @@ -208,7 +208,7 @@ If *selector* is specified, sets the SVG container element to the specified d3 s | Param | Type | Default | | --- | --- | --- | -| [*selector*] | String | HTMLElement | d3.select("body").append("svg") | +| [*selector*] | String \| HTMLElement | d3.select("body").append("svg") | @@ -232,7 +232,7 @@ If *value* is specified, sets the value accessor to the specified function or st | Param | Type | | --- | --- | -| [*value*] | function | String | +| [*value*] | function \| String | **Example** ```js @@ -409,7 +409,7 @@ If *value* is specified, sets the label accessor to the specified function or st | Param | Type | | --- | --- | -| [*value*] | function | String | +| [*value*] | function \| String | @@ -443,7 +443,7 @@ If *selector* is specified, sets the SVG container element to the specified d3 s | Param | Type | Default | | --- | --- | --- | -| [*selector*] | String | HTMLElement | d3.select("body").append("svg") | +| [*selector*] | String \| HTMLElement | d3.select("body").append("svg") | @@ -455,7 +455,7 @@ If *value* is specified, sets the shape accessor to the specified function or st | Param | Type | Default | | --- | --- | --- | -| [*value*] | function | String | "Rect" | +| [*value*] | function \| String | "Rect" | @@ -519,4 +519,4 @@ If *value* is specified, sets the overall width of the legend and returns the cu -###### Documentation generated on Mon, 27 Mar 2017 23:36:39 GMT +###### Documentation generated on Tue, 28 Mar 2017 04:33:10 GMT diff --git a/package.json b/package.json index 961e94e..3db21c7 100644 --- a/package.json +++ b/package.json @@ -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",