|
@ -537,6 +537,12 @@ var edges = [ |
|
|
<td>no</td> |
|
|
<td>no</td> |
|
|
<td>Color of the edge when the edge is hovered over and the hover option is enabled.</td> |
|
|
<td>Color of the edge when the edge is hovered over and the hover option is enabled.</td> |
|
|
</tr> |
|
|
</tr> |
|
|
|
|
|
<tr> |
|
|
|
|
|
<td>hoverWidth</td> |
|
|
|
|
|
<td>Number</td> |
|
|
|
|
|
<td>1.5</td> |
|
|
|
|
|
<td>This determines the thickness of the edge if it is hovered over. This will only manifest when the hover option is enabled.</td> |
|
|
|
|
|
</tr> |
|
|
|
|
|
|
|
|
<tr> |
|
|
<tr> |
|
|
<td>dash</td> |
|
|
<td>dash</td> |
|
@ -677,6 +683,7 @@ var edges = [ |
|
|
override a specified <code>value</code>, if a <code>value</code> is |
|
|
override a specified <code>value</code>, if a <code>value</code> is |
|
|
specified too.</td> |
|
|
specified too.</td> |
|
|
</tr> |
|
|
</tr> |
|
|
|
|
|
|
|
|
</table> |
|
|
</table> |
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -817,12 +824,7 @@ var options = { |
|
|
<td>false</td> |
|
|
<td>false</td> |
|
|
<td>Enabling the change of the colors of nodes and edges when the mouse hovers over them. Enabling this may have a minor impact on performance.</td> |
|
|
<td>Enabling the change of the colors of nodes and edges when the mouse hovers over them. Enabling this may have a minor impact on performance.</td> |
|
|
</tr> |
|
|
</tr> |
|
|
<tr> |
|
|
|
|
|
<td>hoverWidth</td> |
|
|
|
|
|
<td>Number</td> |
|
|
|
|
|
<td>1.5</td> |
|
|
|
|
|
<td>This determines the thickness of the edge if it is hovered over. This will only manifest when the hover option is enabled.</td> |
|
|
|
|
|
</tr> |
|
|
|
|
|
|
|
|
|
|
|
<tr> |
|
|
<tr> |
|
|
<td><a href="#Keyboard_navigation">keyboard</a></td> |
|
|
<td><a href="#Keyboard_navigation">keyboard</a></td> |
|
|
<td>Object</td> |
|
|
<td>Object</td> |
|
|