Browse Source

add link to a mentioned example (#2709)

timelineLocalsFrEs
Lazar Ljubenović 7 years ago
committed by yotamberk
parent
commit
228ee81afb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/network/edges.html

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

@ -935,7 +935,7 @@ var options: {
<td>String</td> <td>String</td>
<td><code>'dynamic'</code></td> <td><code>'dynamic'</code></td>
<td>Possible options: <code>'dynamic', 'continuous', 'discrete', 'diagonalCross', 'straightCross', 'horizontal', <td>Possible options: <code>'dynamic', 'continuous', 'discrete', 'diagonalCross', 'straightCross', 'horizontal',
'vertical', 'curvedCW', 'curvedCCW', 'cubicBezier'</code>. Take a look at our example 26 to see what these look like
'vertical', 'curvedCW', 'curvedCCW', 'cubicBezier'</code>. Take a look at <a href="http://visjs.org/examples/network/edgeStyles/smooth.html">this example</a> to see what these look like
and pick the one that you like best! and pick the one that you like best!
<br><br> <br><br>
When using dynamic, the edges will have an invisible support node guiding the shape. This node is part of the When using dynamic, the edges will have an invisible support node guiding the shape. This node is part of the

Loading…
Cancel
Save