Browse Source

updated docs

css_transitions
Alex de Mulder 10 years ago
parent
commit
d7efac9fb3
1 changed files with 8 additions and 6 deletions
  1. +8
    -6
      docs/graph.html

+ 8
- 6
docs/graph.html View File

@ -537,6 +537,12 @@ var edges = [
<td>no</td>
<td>Color of the edge when the edge is hovered over and the hover option is enabled.</td>
</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>
<td>dash</td>
@ -677,6 +683,7 @@ var edges = [
override a specified <code>value</code>, if a <code>value</code> is
specified too.</td>
</tr>
</table>
@ -817,12 +824,7 @@ var options = {
<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>
</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>
<td><a href="#Keyboard_navigation">keyboard</a></td>
<td>Object</td>

Loading…
Cancel
Save