tnt.tree
Version:
TnT tree display
30 lines (20 loc) • 1.13 kB
Markdown
[](https://travis-ci.org/emepyc/tnt.tree)
[](http://badge.fury.io/js/tnt.tree)
# TnT Tree
[TnT Tree](http://tntvis.github.io/tnt.tree) is a javascript library for displaying trees. It is part of the the [TnT](http://tntvis.github.io/tnt/) set of visualisation libraries to display trees and track-based visualisations. It has been designed with a powerful [API](http://tntvis.github.io/tnt.tree/api/) written with flexibility in mind that allows the creation of expressive, dynamic and powerful tree visualizations.
Check out the complete [documentation](http://tntvis.github.io/tnt.tree/).
Check out the [examples](http://tntvis.github.io/tnt.tree/examples/)
## Installation
- npm:
```
npm install tnt.tree
```
- github:
```
git clone https://github.com/tntvis/tnt.tree
cd tnt.tree
npm install
gulp build-browser
```
## Feedback
Please, send any feedback to emepyc@gmail.com. Bug reports and feature requests are welcome in the repo [bug tracker](https://github.com/tntvis/tnt.tree/issues)