Skip to content

Commit

Permalink
Network: Adjust documentation for arrows.middle.scaleFactor
Browse files Browse the repository at this point in the history
Addendum to almende#3474.

Updated the documentation, so that users can know about flipping the middle arrow with a negative scale factor.
  • Loading branch information
wimrijnders committed Sep 26, 2017
1 parent 3125aae commit 5d341da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/network/edges.html
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,9 @@ <h3>Options</h3>
<td class="indent">arrows.middle</td>
<td>Object or Boolean</td>
<td><code>Object</code></td>
<td>Exactly the same as the to object but with an arrowhead in the center of the edge.</td>
<td>In general, the same as the to object but with an arrowhead in the center of the edge.
The only difference is that the direction of the arrow can be flipped by using a negative
value for <code>arrows.middle.scaleFactor</code>.</td>
</tr>
<tr parent="arrows" class="hidden">
<td class="indent">arrows.from</td>
Expand Down

0 comments on commit 5d341da

Please sign in to comment.