Browse Source

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
jittering-top
wimrijnders 6 years ago
committed by Yotam Berkowitz
parent
commit
663e294e68
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/network/edges.html

+ 1
- 1
docs/network/edges.html View File

@ -285,7 +285,7 @@ network.setOptions(options);
<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>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>
</tr>
<tr parent="arrows" class="hidden">
<td class="indent">arrows.from</td>

Loading…
Cancel
Save