Skip to content

Commit

Permalink
rebuild docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Delany committed Jan 26, 2018
1 parent 3dddc5f commit c761bc9
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 5 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
</div>

<div class="container-fluid" id="container">Loading...</div>
<script type="text/javascript" src="bundle.cb676672aa599eb75252.js"></script></body>
<script type="text/javascript" src="bundle.8bf358097a7034dd7bb2.js"></script></body>
</html>
11 changes: 11 additions & 0 deletions docs/src/docs/SankeyDiagram/propDocs.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,17 @@
"computed": false
}
},
"shouldClone": {
"type": {
"name": "bool"
},
"required": false,
"description": "Boolean which decides if the nodes & links props should be cloned before being mutated into\nthe Sankey data structure. Passing `false` is faster, but may cause unintended side effects\nif nodes or links data are used elsewhere",
"defaultValue": {
"value": "true",
"computed": false
}
},
"className": {
"type": {
"name": "string"
Expand Down

0 comments on commit c761bc9

Please sign in to comment.