Skip to content

Commit 6472658

Browse files
authored
Merge pull request zcreativelabs#116 from thepocp/fix-readme
Fix height type in README.md
2 parents c1d1d2b + dc32d71 commit 6472658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ The above results in the following svg structure rendered by react:
130130
| Property | Type | Default |
131131
| ---------------- |:--------------- | :----------------------------- |
132132
| width | Number | 800 |
133-
| height | Array | 450 |
133+
| height | Number | 450 |
134134
| projection | String/Function | "times" |
135135
| projectionConfig | Object | *see examples below |
136136
| defs | SVG Def Element | *see [defs spec](https://developer.mozilla.org/en-US/docs/Web/SVG/Element/defs) |

0 commit comments

Comments
 (0)