Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
Added explanations of opacity options
  • Loading branch information
Patt-tom McDonnell committed May 22, 2014
1 parent e64728e commit 36869b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ cellpadding | set the minimum distance between each point | integers > 0 and < c
noiseIntensity | set the opacity of the noise filter. This has a significant impact on SVG rendering time - set to 0 to disable. | 0 to 1 | 0.3
x_gradient | an array of colors to use to construct a gradient for the x-axis | array of colors in hexadecimal string format (i.e. `["#961E00", "#FF0000", "#EEEEEE"]`) | random selection from colorbrewer palettes
y_gradient | an array of colors to use to construct a gradient for the y-axis | array of colors in hexadecimal string format (i.e. `["#961E00", "#FF0000", "#EEEEEE"]`) | x_gradient, brightened by a factor of 0.5
fillOpacity | sets the opacity of the inside of the cells | 0 to 1 | 1
strokeOpacity | sets the opacity of the outline of the cells | 0 to 1 | 1

# Contributing

Expand Down

0 comments on commit 36869b7

Please sign in to comment.