Skip to content

Instantly share code, notes, and snippets.

@emepyc
emepyc / README
Created March 10, 2016 08:20
inject custom html in tooltip
Example of injecting html into the body of a tooltip (either by passing the html as a string or by injecting DOM directly)

Example of TnT Tree. When an internal node is clicked, it collapses the tree structure behind it. When the same node is clicked again, only the first level of children is uncollapsed

@emepyc
emepyc / README.md
Created January 14, 2016 15:38
Searching nodes
@emepyc
emepyc / README.md
Last active January 12, 2016 16:43
Ensembl gene tree
@emepyc
emepyc / README.md
Last active January 12, 2016 16:51
Tooltips on genes

Example of TnT Genome showing how to display tooltips on genes when clicked. The tooltips are provided by TnT Tooltip

@emepyc
emepyc / README.md
Last active August 10, 2016 16:36
Tooltips on nodes

Example of tree showing tooltips when the nodes are clicked. Tooltips are served by TnT Tooltip

@emepyc
emepyc / README.md
Last active January 12, 2016 16:28
Tooltips on tracks

Example of TnT Board showing how to configure tooltips on track elements.

@emepyc
emepyc / README.md
Last active October 10, 2018 08:45
Table tooltip example
@emepyc
emepyc / README.md
Last active October 10, 2018 08:48
Tooltip IDs

Example of TnT Tooltip showing how different IDs affect the displayed tooltips. Red circles display tooltips with the same ID which is different from the ID of the blue circles. For this reason only one tooltip of each type (red / blue) can be displayed at the same time.

@emepyc
emepyc / README.md
Last active October 10, 2018 08:50
Mouseover tooltip

Example of TnT Tooltip showing on mouseover information.