tnt.tree
Version:
TnT tree display
30 lines (20 loc) • 1.04 kB
Markdown
[](https://travis-ci.org/emepyc/tnt.tree)
[](http://badge.fury.io/js/tnt.tree)
# TnT Tree
TnT Tree is a javascript library for displaying trees. It is part of the the [TnT](http://emepyc.github.io/tnt/) set of visualisation libraries to display trees and track-based visualisations. It has been designed with a powerful API written with flexibility in mind that allows the creation of expressive, dynamic and powerful tree visualizations.
Check the complete [documentation](http://emepyc.github.io/tnt.tree/).
See more [examples](http://emepyc.github.io/tnt.tree/examples/)
## Installation
- npm:
```
npm install tnt.tree
```
- github:
```
git clone https://github.com/emepyc/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/emepyc/tnt.tree/issues)