Browse Source

Tooltips are only suppressed when a title function returns undefined.

css_transitions
Tim Pettersen 10 years ago
parent
commit
2eedbe858a
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      docs/graph.html

+ 4
- 4
docs/graph.html View File

@ -419,8 +419,8 @@ var nodes = [
<td>string | function</td>
<td>no</td>
<td>Title to be displayed when the user hovers over the node.
The title can contain HTML code. If using a function, return a falsey
value to prevent the tooltip from being displayed.</td>
The title can contain HTML code. If using a function, returning <code>undefined</code>
will prevent the tooltip from being displayed.</td>
</tr>
<tr>
@ -610,8 +610,8 @@ var edges = [
<td>string | function</td>
<td>no</td>
<td>Title to be displayed when the user hovers over the edge.
The title can contain HTML code. If using a function, return a falsey
value to prevent the tooltip from being displayed.</td>
The title can contain HTML code. If using a function, returning <code>undefined</code>
will prevent the tooltip from being displayed.</td>
</tr>
<tr>

Loading…
Cancel
Save