You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 29, 2019. It is now read-only.
Network: Adjust documentation for arrows.middle.scaleFactor (#3488)
* Network: Adjust documentation for arrows.middle.scaleFactor
Addendum to #3474.
Updated the documentation, so that users can know about flipping the middle arrow with a negative scale factor.
* Adjusted text for review
Copy file name to clipboardExpand all lines: docs/network/edges.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -285,7 +285,7 @@ <h3>Options</h3>
285
285
<tdclass="indent">arrows.middle</td>
286
286
<td>Object or Boolean</td>
287
287
<td><code>Object</code></td>
288
-
<td>Exactly the same as the to object but with an arrowhead in the center of the edge.</td>
288
+
<td>Similar to the 'to' object, but with an arrowhead in the center of the edge. The direction of the arrow can be flipped by using a negative value for <code>arrows.middle.scaleFactor</code>.</td>
0 commit comments